1 Star 0 Fork 1

Lengien/pytorch_jasper

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
comp.py 217 Bytes
一键复制 编辑 原始数据 按行查看 历史
Lengien 提交于 2022-03-31 16:17 . data
import numpy as np
file1 = 'pytorch_after_feature.npy'
file2 = '/data2/hdu/zlz/jasper3/mindspore_after_feature.npy'
data1 = np.load(file1)
data2 = np.load(file2)
print(data1)
print(data2)
print((data1==data2).all())
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/legendlengien/pytorch_jasper.git
git@gitee.com:legendlengien/pytorch_jasper.git
legendlengien
pytorch_jasper
pytorch_jasper
master

搜索帮助