文件最后提交记录最后更新时间
!4671 【fix】批量修改模型python版本,兼容环境上的python3.8版本 * fix python version 3 年前
init 4 年前
init 4 年前
!5240 【pytorch】【contrib】【cv】 csp_resnext50-mish 模型公网地址整改 * 【pytorch】【contrib】【cv】 csp_resnext50-mish 模型公网地址整改 * 【pytorch】【contrib】【cv】 csp_resnext50-mish 模型公网地址整改 2 年前
init 4 年前
!5240 【pytorch】【contrib】【cv】 csp_resnext50-mish 模型公网地址整改 * 【pytorch】【contrib】【cv】 csp_resnext50-mish 模型公网地址整改 * 【pytorch】【contrib】【cv】 csp_resnext50-mish 模型公网地址整改 2 年前
init 4 年前
init 4 年前
!7376 optimize public_address_statement.md Merge pull request !7376 from 王凯宇/master 8 个月前
init 4 年前
init 4 年前
!1208 [PyTorch]pytorch模型torch版本判断由“1.8.1”改为“1.8” * 更正SimCLR模型LICENSE文件后缀 * pytorch模型torch版本判断由“1.8.1”改为“1.8” 3 年前
!1208 [PyTorch]pytorch模型torch版本判断由“1.8.1”改为“1.8” * 更正SimCLR模型LICENSE文件后缀 * pytorch模型torch版本判断由“1.8.1”改为“1.8” 3 年前
!5240 【pytorch】【contrib】【cv】 csp_resnext50-mish 模型公网地址整改 * 【pytorch】【contrib】【cv】 csp_resnext50-mish 模型公网地址整改 * 【pytorch】【contrib】【cv】 csp_resnext50-mish 模型公网地址整改 2 年前
init 4 年前
README.md

CSP_resnext50-mish

This implements training of csp_resnext50-mish on the ImageNet dataset, mainly modified from https://github.com/rwightman/pytorch-image-models.

CSP_resnext50-mish Detail

For details, see ./timm/models/cspnet.py

Requirements

Training

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

1p prefomance training 1p

bash test/train_performance_1p.sh --data_path=xxx

8p prefomance training 8p

bash test/train_performance_8p.sh --data_path=xxx

1p full training 1p

bash test/train_performance_1p.sh --data_path=xxx

8p full training 8p

bash test/train_performance_8p.sh --data_path=xxx

eval default 8p

bash ./test/train_eval_8p.sh --data_path=xxx

#To ONNX python3 pthtar2onx.py --model-path path/to/model_best.pth.tar

online inference demo

python3 demo.py --model-path /path/to/model_best.pth.tar


## CSP_resnext50-mish training result

| Acc@1    | FPS       | Npu_nums | Epochs   | AMP_Type |
| :------: | :------:  | :------: | :------: | :------: |
| -        | 202       | 1        | 1      | O2       |
| 79.36   | 1807      | 8        | 150      | O2       |

公网地址说明

代码涉及公网地址参考 public_address_statement.md