-
- Downloads
add gpu scripts to glore_res50 and meger res50 with res200
Showing
- research/cv/glore_res/README_CN.md 435 additions, 0 deletionsresearch/cv/glore_res/README_CN.md
- research/cv/glore_res/__init__.py 0 additions, 0 deletionsresearch/cv/glore_res/__init__.py
- research/cv/glore_res/config/config_resnet101_ascend.yaml 70 additions, 0 deletionsresearch/cv/glore_res/config/config_resnet101_ascend.yaml
- research/cv/glore_res/config/config_resnet101_gpu.yaml 69 additions, 0 deletionsresearch/cv/glore_res/config/config_resnet101_gpu.yaml
- research/cv/glore_res/config/config_resnet200_ascend.yaml 70 additions, 0 deletionsresearch/cv/glore_res/config/config_resnet200_ascend.yaml
- research/cv/glore_res/config/config_resnet200_gpu.yaml 69 additions, 0 deletionsresearch/cv/glore_res/config/config_resnet200_gpu.yaml
- research/cv/glore_res/config/config_resnet50_ascend.yaml 73 additions, 0 deletionsresearch/cv/glore_res/config/config_resnet50_ascend.yaml
- research/cv/glore_res/config/config_resnet50_gpu.yaml 73 additions, 0 deletionsresearch/cv/glore_res/config/config_resnet50_gpu.yaml
- research/cv/glore_res/eval.py 91 additions, 0 deletionsresearch/cv/glore_res/eval.py
- research/cv/glore_res/export.py 43 additions, 0 deletionsresearch/cv/glore_res/export.py
- research/cv/glore_res/scripts/run_distribute_train.sh 71 additions, 0 deletionsresearch/cv/glore_res/scripts/run_distribute_train.sh
- research/cv/glore_res/scripts/run_distribute_train_gpu.sh 60 additions, 0 deletionsresearch/cv/glore_res/scripts/run_distribute_train_gpu.sh
- research/cv/glore_res/scripts/run_eval.sh 63 additions, 0 deletionsresearch/cv/glore_res/scripts/run_eval.sh
- research/cv/glore_res/scripts/run_standalone_train.sh 62 additions, 0 deletionsresearch/cv/glore_res/scripts/run_standalone_train.sh
- research/cv/glore_res/src/__init__.py 0 additions, 0 deletionsresearch/cv/glore_res/src/__init__.py
- research/cv/glore_res/src/autoaugment.py 184 additions, 0 deletionsresearch/cv/glore_res/src/autoaugment.py
- research/cv/glore_res/src/config.py 129 additions, 0 deletionsresearch/cv/glore_res/src/config.py
- research/cv/glore_res/src/dataset.py 272 additions, 0 deletionsresearch/cv/glore_res/src/dataset.py
- research/cv/glore_res/src/glore_resnet.py 736 additions, 0 deletionsresearch/cv/glore_res/src/glore_resnet.py
- research/cv/glore_res/src/loss.py 77 additions, 0 deletionsresearch/cv/glore_res/src/loss.py
research/cv/glore_res/README_CN.md
0 → 100644
research/cv/glore_res/__init__.py
0 → 100644
research/cv/glore_res/eval.py
0 → 100644
research/cv/glore_res/export.py
0 → 100644
research/cv/glore_res/scripts/run_eval.sh
0 → 100644
research/cv/glore_res/src/__init__.py
0 → 100644
research/cv/glore_res/src/autoaugment.py
0 → 100644
research/cv/glore_res/src/config.py
0 → 100644
research/cv/glore_res/src/dataset.py
0 → 100644
research/cv/glore_res/src/glore_resnet.py
0 → 100644
This diff is collapsed.
research/cv/glore_res/src/loss.py
0 → 100644
Please register or sign in to comment