Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
seminar-breakout
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Shashank Suhas
seminar-breakout
Commits
decf8310
Commit
decf8310
authored
Jun 26, 2019
by
Yuxin Wu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update docs
parent
cab7d39e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
examples/ResNet/README.md
examples/ResNet/README.md
+4
-3
No files found.
examples/ResNet/README.md
View file @
decf8310
...
...
@@ -26,14 +26,15 @@ baseline and they actually cannot beat this standard ResNet recipe.
| ResNeXt101-32x4d | 5.73% | 21.05% |
[
:arrow_down:
](
http://models.tensorpack.com/ResNet/ImageNet-ResNeXt101-32x4d.npz
)
|
| ResNet152 | 5.78% | 21.51% |
[
:arrow_down:
](
http://models.tensorpack.com/ResNet/ImageNet-ResNet152.npz
)
|
To reproduce,
To reproduce
training or evaluation
,
first decompress ImageNet data into
[
this structure
](
http://tensorpack.readthedocs.io/modules/dataflow.dataset.html#tensorpack.dataflow.dataset.ILSVRC12
)
, then:
```
bash
./imagenet-resnet.py
--data
/path/to/original/ILSVRC
-d
50
--mode
resnet
--batch
512
./imagenet-resnet.py
--data
/directory/of/ILSVRC
-d
50
--batch
512
./imagenet-resnet.py
--data
/directory/of/ILSVRC
-d
50
--load
ResNet50.npz
--eval
# See ./imagenet-resnet.py -h for other options.
```
You should be able to see good GPU utilization (95%~99%), if your data is fast enough.
You should be able to see good GPU utilization (95%~99%)
in training
, if your data is fast enough.
With batch=64x8, ResNet50 training can finish 100 epochs in 16 hours on AWS p3.16xlarge (8 V100s).
The default data pipeline is probably OK for machines with SSD & 20 CPU cores.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment