文件最后提交记录最后更新时间
!4671 【fix】批量修改模型python版本,兼容环境上的python3.8版本 * fix python version 3 年前
init 4 年前
init 4 年前
!5854 Network address of models to be rectified: 28 Merge pull request !5854 from Yss/network_declaration_28 2 年前
init 4 年前
init 4 年前
init 4 年前
init 4 年前
!4685 [fix] 修改算子调用方式 * fix code clean all_py about Operator modification * fix code clean * fix op way first 2 年前
init 4 年前
init 4 年前
fix link validity Co-authored-by: frozenleaves<914814442@qq.com> # message auto-generated for no-merge-commit merge: !7517 merge master into master fix link validity Created-by: frozenn Commit-by: frozenleaves Merged-by: ascend-robot Description: ## Motivation Please describe the motivation of this PR and the goal you want to achieve through this PR. ## Modification Please briefly describe what modification is made in this PR. ## Self-test (Optional) If modifications to this PR may cause/fix function/accuracy/performance DTSs/issues, a self-inspection record needs to be attached. ## BC-breaking (Optional) If there are compatibility issues, such as dependencies on cann/torch_npu versions, they need to be explained in the PR. ## Checklist **Before PR**: - [ ] The new code needs to comply with the Clean Code specification. - [ ] The PR content is self-checked, and the expression can be clear and the writing standardized **After PR**: - [ ] CLA has been signed and all committers have signed the CLA in this PR. - [ ] The ci-pipeline is passed, Code Check is passed. See merge request: Ascend/ModelZoo-PyTorch!75171 个月前
[众智][PyTorch]整改模型中的requirements.txt文件,删除torch,apex Signed-off-by: bailang <bailang12@h-partners.com> 3 年前
!1208 [PyTorch]pytorch模型torch版本判断由“1.8.1”改为“1.8” * 更正SimCLR模型LICENSE文件后缀 * pytorch模型torch版本判断由“1.8.1”改为“1.8” 3 年前
init 4 年前
init 4 年前
README.md

VoVNet-39

This implements training of VoVNet-39 on the ImageNet dataset, mainly modified from GitHub.

VoVNet-39 Detail

As of the current date, Ascend-Pytorch is still inefficient for contiguous operations.Therefore, VoVNet-39 is re-implemented using semantics such as custom OP.

Requirements

Training

To train a model, run main.py with the desired model architecture and the path to the ImageNet dataset:

# training 1p performance
bash ./test/train_performance_1p.sh --data_path=real_data_path

# training 8p accuracy
bash ./test/train_full_8p.sh --data_path=real_data_path

# training 8p performance
bash ./test/train_performance_8p.sh --data_path=real_data_path

Log path: - test/output/devie_id/train_${device_id}.log # training detail log - test/output/devie_id/VoVNet39_for_PyTorch_bs128_8p_perf.log # 8p training performance result log - test/output/devie_id/VoVNet39_for_PyTorch_bs128_8p_acc.log # 8p training accuracy result log

Running demo

Run demo.py as the demo script with trained model (model.pth as example):

python3 demo.py model.pth

VoVNet-39 training result

Acc@1 FPS Npu_nums Epochs Initial LR AMP_Type
- 892 1 1 0.0125 O2
77.053 4445 8 90 0.1 O2

Statement

For details about the public address of the code in this repository, you can get from the file public_address_statement.md