[add]更新pytorch模型的license

This commit is contained in:
liang_chaoming@huawei.com
2020-10-19 21:55:04 +08:00
parent 82522e2f61
commit 6858051ce0
45 changed files with 3032 additions and 18 deletions
@@ -77,7 +77,7 @@ elif [ x"${rank_size}" == x"1" ];then
--arch=efficientnet-b0 \
--batch-size=${batch_size} \
--lr=0.2 \
--momentum=0 \
--momentum=0.9 \
--epochs=${epoches} \
--autoaug \
--amp \
@@ -94,7 +94,7 @@ elif [ ${rank_size} -le 8 ];then
--arch=efficientnet-b0 \
--batch-size=${batch_size} \
--lr=${lr} \
--momentum=0 \
--momentum=0.9 \
--epochs=${epoches} \
--autoaug \
--amp \