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
013dca68
Commit
013dca68
authored
Jul 27, 2017
by
Toby Boyd
Committed by
GitHub
Jul 27, 2017
Browse files
Merge pull request #1967 from s-gupta/patch-1
Update README.md.
parents
7dde2e2f
a12bc1cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
cognitive_mapping_and_planning/README.md
cognitive_mapping_and_planning/README.md
+4
-4
No files found.
cognitive_mapping_and_planning/README.md
View file @
013dca68
...
@@ -22,7 +22,7 @@ citing the following paper:
...
@@ -22,7 +22,7 @@ citing the following paper:
### Contents
### Contents
1.
[
Requirements: software
](
#requirements-software
)
1.
[
Requirements: software
](
#requirements-software
)
2.
[
Requirements: data
](
#requirements-data
)
2.
[
Requirements: data
](
#requirements-data
)
3.
[
Test Pre-trained Models
](
#test-pre
_
trained-models
)
3.
[
Test Pre-trained Models
](
#test-pre
-
trained-models
)
4.
[
Train your Own Models
](
#train-your-own-models
)
4.
[
Train your Own Models
](
#train-your-own-models
)
### Requirements: software
### Requirements: software
...
@@ -46,7 +46,8 @@ citing the following paper:
...
@@ -46,7 +46,8 @@ citing the following paper:
```
```
2.
Install
[
Tensorflow
](
https://www.tensorflow.org/
)
inside this virtual
2.
Install
[
Tensorflow
](
https://www.tensorflow.org/
)
inside this virtual
environment. Typically done with
`pip install --upgrade tensorflow-gpu`
.
environment. You will need to use one of the latest nightly builds
(see instructions
[
here
](
https://github.com/tensorflow/tensorflow#installation
)
).
3.
Swiftshader: We use
3.
Swiftshader: We use
[
Swiftshader
](
https://github.com/google/swiftshader.git
)
, a CPU based
[
Swiftshader
](
https://github.com/google/swiftshader.git
)
, a CPU based
...
@@ -99,8 +100,7 @@ citing the following paper:
...
@@ -99,8 +100,7 @@ citing the following paper:
`data/README.md`
`data/README.md`
### Test Pre-trained Models
### Test Pre-trained Models
1.
Download pre-trained models using
1.
Download pre-trained models. See
`output/README.md`
.
`scripts/scripts_download_pretrained_models.sh`
2.
Test models using
`scripts/script_test_pretrained_models.sh`
.
2.
Test models using
`scripts/script_test_pretrained_models.sh`
.
...
...
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