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
3607bf48
Commit
3607bf48
authored
Mar 18, 2017
by
talkdirty
Committed by
Neal Wu
Mar 20, 2017
Browse files
Fix Links in Readme.md
Some further links fixes
parent
06149146
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
+2
-6
im2txt/README.md
im2txt/README.md
+2
-6
No files found.
im2txt/README.md
View file @
3607bf48
...
@@ -133,8 +133,7 @@ Each caption is a list of words. During preprocessing, a dictionary is created
...
@@ -133,8 +133,7 @@ Each caption is a list of words. During preprocessing, a dictionary is created
that assigns each word in the vocabulary to an integer-valued id. Each caption
that assigns each word in the vocabulary to an integer-valued id. Each caption
is encoded as a list of integer word ids in the
`tf.SequenceExample`
protos.
is encoded as a list of integer word ids in the
`tf.SequenceExample`
protos.
We have provided a script to download and preprocess the [MSCOCO]
We have provided a script to download and preprocess the
[
MSCOCO
](
http://mscoco.org/
)
image captioning data set into this format. Downloading
(http://mscoco.org/) image captioning data set into this format. Downloading
and preprocessing the data may take several hours depending on your network and
and preprocessing the data may take several hours depending on your network and
computer speed. Please be patient.
computer speed. Please be patient.
...
@@ -262,8 +261,7 @@ tensorboard --logdir="${MODEL_DIR}"
...
@@ -262,8 +261,7 @@ tensorboard --logdir="${MODEL_DIR}"
### Fine Tune the Inception v3 Model
### Fine Tune the Inception v3 Model
Your model will already be able to generate reasonable captions after the first
Your model will already be able to generate reasonable captions after the first
phase of training. Try it out! (See [Generating Captions]
phase of training. Try it out! (See
[
Generating Captions
](
#generating-captions
)
).
(#generating-captions)).
You can further improve the performance of the model by running a
You can further improve the performance of the model by running a
second training phase to jointly fine-tune the parameters of the
*Inception v3*
second training phase to jointly fine-tune the parameters of the
*Inception v3*
...
@@ -333,6 +331,4 @@ expected.
...
@@ -333,6 +331,4 @@ expected.
Here is the image:
Here is the image:
<center>


</center>
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