Browse Source

!782 modify resnet101 dir name to resnet101_imagenet2012

Merge pull request !782 from 梅晓蔚/r0.2
tags/v0.2.0-alpha
mindspore-ci-bot Gitee 5 years ago
parent
commit
9ca2349c81
11 changed files with 0 additions and 0 deletions
  1. +0
    -0
      example/resnet101_imagenet2012/README.md
  2. +0
    -0
      example/resnet101_imagenet2012/config.py
  3. +0
    -0
      example/resnet101_imagenet2012/crossentropy.py
  4. +0
    -0
      example/resnet101_imagenet2012/dataset.py
  5. +0
    -0
      example/resnet101_imagenet2012/eval.py
  6. +0
    -0
      example/resnet101_imagenet2012/lr_generator.py
  7. +0
    -0
      example/resnet101_imagenet2012/run_distribute_train.sh
  8. +0
    -0
      example/resnet101_imagenet2012/run_infer.sh
  9. +0
    -0
      example/resnet101_imagenet2012/run_standalone_train.sh
  10. +0
    -0
      example/resnet101_imagenet2012/train.py
  11. +0
    -0
      example/resnet101_imagenet2012/var_init.py

example/resnet101_imagenet/README.md → example/resnet101_imagenet2012/README.md View File


example/resnet101_imagenet/config.py → example/resnet101_imagenet2012/config.py View File


example/resnet101_imagenet/crossentropy.py → example/resnet101_imagenet2012/crossentropy.py View File


example/resnet101_imagenet/dataset.py → example/resnet101_imagenet2012/dataset.py View File


example/resnet101_imagenet/eval.py → example/resnet101_imagenet2012/eval.py View File


example/resnet101_imagenet/lr_generator.py → example/resnet101_imagenet2012/lr_generator.py View File


example/resnet101_imagenet/run_distribute_train.sh → example/resnet101_imagenet2012/run_distribute_train.sh View File


example/resnet101_imagenet/run_infer.sh → example/resnet101_imagenet2012/run_infer.sh View File


example/resnet101_imagenet/run_standalone_train.sh → example/resnet101_imagenet2012/run_standalone_train.sh View File


example/resnet101_imagenet/train.py → example/resnet101_imagenet2012/train.py View File


example/resnet101_imagenet/var_init.py → example/resnet101_imagenet2012/var_init.py View File


Loading…
Cancel
Save