已合并
[西安电子科技大学][高校贡献][Pytorch迁移1.8][Baseline_RawNet2]-初次提交 #1039
AtomGit-Bot创建于 2022年7月6日
[西安电子科技大学][高校贡献][Pytorch迁移1.8][Baseline_RawNet2]-初次提交 #1039
已合并
AtomGit-Bot创建于 2022年7月6日
refs/pull/1039/head合入到master
AtomGit-Bot
2022年7月6日
eer(percentage) FPS(aver) Npu_nums Epochs torch_version
0.14 7760 1 1 1.5
0.038(aver) and 0.035(high) 8573 8 20 1.5
0.11 6839 1 1 1.8
0.036 9837 8 20 1.8

模型中loss_scale未使用dynamic,因为使用dynamic时,训练过程中的loss_scale过大会导致梯度溢出。

自研报告
# 1p train perf
bash train_performance_1p.sh
# 验收结果: OK
# 8p train perf
bash train_performance_8p.sh
# 验收结果: OK
# 1p train full
bash train_full_1p.sh
# 验收结果: OK
# 备注:目标精度0.14,验收精度0.11,目标性能7760,验收性能6839;无运行报错,报错日志等
_ # 8p train full
bash train_full_8p.sh
# 验收结果: OK

1p精度达标,FPS不达标。
因FPS不达标已经提交NPU性能不达标评审。

likedislike
Pull Request已成功合入, 合并人@
(感谢 AtomGit-Bot 的贡献)
AtlasAccount
AtlasAccount成员
2022年7月6日 评论:

🔵 dwrrer0w0 PR ModelZoo-PyTorch pipeline is running. Please wait a moment... (Link)

likedislike
AtlasAccount
AtlasAccount成员
2022年7月6日 评论:
Build Result SUCCESS #1851
DownLoad Code SUCCESS >>>
Compile SUCCESS >>>
likedislike
yaohaozhe1
2022年8月1日 评论:

/lgtm

likedislike
haiyan8
haiyan82022年8月1日进行代码检视1
PyTorch/contrib/audio/baseline-rawnet/test/train_full_8p.sh
@@ -81,3 +81,3 @@
8181cd train/train-8P
8282 
83-nohup python3.7 -m torch.distributed.launch --nproc_per_node=8 train_RawNet2.py > ${test_path_dir}/output/${ASCEND_DEVICE_ID}/train_${ASCEND_DEVICE_ID}.log 2>&1 &
83+nohup python3 -m torch.distributed.launch --nproc_per_node=8 train_RawNet2.py -epoch ${train_epochs} > ${test_path_dir}/output/${ASCEND_DEVICE_ID}/train_${ASCEND_DEVICE_ID}.log 2>&1 &
haiyan8
haiyan82022年8月1日评论:

是否python3.7更合适

likedislike
haiyan8
haiyan82022年8月1日进行代码检视1
PyTorch/contrib/audio/baseline-rawnet/test/train_performance_1p.sh
@@ -12,7 +12,8 @@ export RANK_SIZE=1
1212data_path=""
1313 
1414# 训练epoch
15-train_epochs=80
15+ 
16+train_epochs=1
1617# 指定训练所使用的npu device卡id
1718device_id=1
1819# 加载数据进程数
@@ -80,7 +81,7 @@ source test/env_npu.sh
8081rm -f nohup.out
8182cd train/train-1P
8283 
haiyan8
haiyan82022年8月1日评论:

是否python3.7更合适

likedislike
此处折叠了172条消息 查看更多
AtlasAccountAtlasAccount成员
2022年11月25日 移除了   ci-pipeline-running 标签
AtlasAccount
AtlasAccount成员
2022年11月25日 评论:

🔵 dwrrer0w0 PR ModelZoo-PyTorch pipeline is running. Please wait a moment... (Link)

likedislike
AtlasAccount
AtlasAccount成员
2022年11月25日 评论:

🔵 dwrrer0w0 PR ModelZoo-PyTorch pipeline is running. Please wait a moment... (Link)

likedislike
AtlasAccount
AtlasAccount成员
2022年11月25日 评论:
Build Result SUCCESS #9963
DownLoad Code SUCCESS >>>
Compile SUCCESS >>>
likedislike
AtlasAccount
AtlasAccount成员
2022年11月25日 评论:
Build Result SUCCESS #9962
DownLoad Code SUCCESS >>>
Compile SUCCESS >>>
likedislike