Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
b219bbf4
Commit
b219bbf4
authored
Jan 07, 2022
by
miguelCalado
Browse files
Added: Documentation and moved gpu.yaml file
parent
c44de4b0
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
0 deletions
+14
-0
official/legacy/image_classification/README.md
official/legacy/image_classification/README.md
+14
-0
official/legacy/image_classification/configs/examples/vgg16/imagenet/gpu.yaml
...e_classification/configs/examples/vgg16/imagenet/gpu.yaml
+0
-0
No files found.
official/legacy/image_classification/README.md
View file @
b219bbf4
...
...
@@ -152,6 +152,20 @@ python3 classifier_trainer.py \
--config_file
=
configs/examples/resnet/imagenet/tpu.yaml
```
### VGG-16
#### On GPU:
```
bash
python3 classifier_trainer.py
\
--mode
=
train_and_eval
\
--model_type
=
vgg
\
--dataset
=
imagenet
\
--model_dir
=
$MODEL_DIR
\
--data_dir
=
$DATA_DIR
\
--config_file
=
configs/examples/vgg/imagenet/gpu.yaml
\
--params_override
=
'runtime.num_gpus=$NUM_GPUS'
```
### EfficientNet
**Note: EfficientNet development is a work in progress.**
#### On GPU:
...
...
official/legacy/image_classification/configs/examples/vgg16/gpu.yaml
→
official/legacy/image_classification/configs/examples/vgg16/
imagenet/
gpu.yaml
View file @
b219bbf4
File moved
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