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
ae061040
Commit
ae061040
authored
Aug 30, 2016
by
Nathan Silberman
Browse files
Fixes to README.md TOC links
parent
c6c78fb4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
slim/README.md
slim/README.md
+2
-1
No files found.
slim/README.md
View file @
ae061040
...
@@ -21,7 +21,7 @@ which provides working examples of how to use TF-Slim for image classification.
...
@@ -21,7 +21,7 @@ which provides working examples of how to use TF-Slim for image classification.
<a
href=
"#Install"
>
Installation and setup
</a><br>
<a
href=
"#Install"
>
Installation and setup
</a><br>
<a
href=
'#Data'
>
Preparing the datasets
</a><br>
<a
href=
'#Data'
>
Preparing the datasets
</a><br>
<a
href=
'#Pretained'
>
Using pre-trained models
</a><br>
<a
href=
'#Pret
r
ained'
>
Using pre-trained models
</a><br>
<a
href=
'#Training'
>
Training from scratch
</a><br>
<a
href=
'#Training'
>
Training from scratch
</a><br>
<a
href=
'#Tuning'
>
Fine tuning to a new task
</a><br>
<a
href=
'#Tuning'
>
Fine tuning to a new task
</a><br>
<a
href=
'#Eval'
>
Evaluating performance
</a><br>
<a
href=
'#Eval'
>
Evaluating performance
</a><br>
...
@@ -84,6 +84,7 @@ python -c "from nets import cifarnet; mynet = cifarnet.cifarnet"
...
@@ -84,6 +84,7 @@ python -c "from nets import cifarnet; mynet = cifarnet.cifarnet"
# Preparing the datasets
# Preparing the datasets
<a
id=
'Data'
></a>
As part of this library, we've included scripts to download several popular
As part of this library, we've included scripts to download several popular
image datasets (listed below) and convert them to slim format.
image datasets (listed below) and convert them to slim format.
...
...
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