Skip to content

Commit

Permalink
Rename configs with samples_per_batch x gpus (open-mmlab#37)
Browse files Browse the repository at this point in the history
* rename configs with samples_per_batch x gpus

* revise docs accordingly
  • Loading branch information
yl-1993 authored Aug 23, 2020
1 parent 91227e5 commit b2fc837
Show file tree
Hide file tree
Showing 25 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Assume that you have already downloaded the checkpoints to the directory `checkp
Test ResNet-50 on ImageNet validation and evaluate the top-1 and top-5.

```shell
python tools/test.py configs/imagenet/resnet50_batch256.py \
python tools/test.py configs/imagenet/resnet50_b32x8.py \
checkpoints/xxx.pth
```

Expand Down

0 comments on commit b2fc837

Please sign in to comment.