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
90301fb4
Unverified
Commit
90301fb4
authored
Feb 05, 2018
by
Neal Wu
Committed by
GitHub
Feb 05, 2018
Browse files
Merge pull request #3312 from joel-shor/master
Fix tensorflow/models gan typos. fixes #3295
parents
6b2d1269
8f9b12de
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
research/gan/cifar/launch_jobs.sh
research/gan/cifar/launch_jobs.sh
+2
-2
research/gan/image_compression/launch_jobs.sh
research/gan/image_compression/launch_jobs.sh
+1
-1
research/gan/mnist/launch_jobs.sh
research/gan/mnist/launch_jobs.sh
+3
-3
No files found.
research/gan/cifar/launch_jobs.sh
View file @
90301fb4
...
...
@@ -89,7 +89,7 @@ if [[ "$gan_type" == "unconditional" ]]; then
--dataset_dir
=
${
DATASET_DIR
}
\
--eval_real_images
=
false
\
--conditional_eval
=
false
\
--max_number_of_evaluation
=
1
--max_number_of_evaluation
s
=
1
Banner
"Finished unconditional evaluation. See
${
UNCONDITIONAL_EVAL_DIR
}
for output images."
fi
...
...
@@ -116,6 +116,6 @@ if [[ "$gan_type" == "conditional" ]]; then
--dataset_dir
=
${
DATASET_DIR
}
\
--eval_real_images
=
false
\
--conditional_eval
=
true
\
--max_number_of_evaluation
=
1
--max_number_of_evaluation
s
=
1
Banner
"Finished conditional evaluation. See
${
CONDITIONAL_EVAL_DIR
}
for output images."
fi
research/gan/image_compression/launch_jobs.sh
View file @
90301fb4
...
...
@@ -80,5 +80,5 @@ python "${git_repo}/research/gan/image_compression/eval.py" \
--checkpoint_dir
=
${
MODEL_TRAIN_DIR
}
\
--eval_dir
=
${
MODEL_EVAL_DIR
}
\
--dataset_dir
=
${
DATASET_DIR
}
\
--max_number_of_evaluation
=
1
--max_number_of_evaluation
s
=
1
Banner
"Finished evaluation. See
${
MODEL_EVAL_DIR
}
for output images."
research/gan/mnist/launch_jobs.sh
View file @
90301fb4
...
...
@@ -102,7 +102,7 @@ if [[ "$gan_type" == "unconditional" ]]; then
--dataset_dir
=
${
DATASET_DIR
}
\
--eval_real_images
=
false
\
--classifier_filename
=
${
FROZEN_GRAPH
}
\
--max_number_of_evaluation
=
1
--max_number_of_evaluation
s
=
1
Banner
"Finished unconditional evaluation. See
${
UNCONDITIONAL_EVAL_DIR
}
for output images."
fi
...
...
@@ -127,7 +127,7 @@ if [[ "$gan_type" == "conditional" ]]; then
--checkpoint_dir
=
${
CONDITIONAL_TRAIN_DIR
}
\
--eval_dir
=
${
CONDITIONAL_EVAL_DIR
}
\
--classifier_filename
=
${
FROZEN_GRAPH
}
\
--max_number_of_evaluation
=
1
--max_number_of_evaluation
s
=
1
Banner
"Finished conditional evaluation. See
${
CONDITIONAL_EVAL_DIR
}
for output images."
fi
...
...
@@ -152,6 +152,6 @@ if [[ "$gan_type" == "infogan" ]]; then
--checkpoint_dir
=
${
INFOGAN_TRAIN_DIR
}
\
--eval_dir
=
${
INFOGAN_EVAL_DIR
}
\
--classifier_filename
=
${
FROZEN_GRAPH
}
\
--max_number_of_evaluation
=
1
--max_number_of_evaluation
s
=
1
Banner
"Finished InfoGAN evaluation. See
${
INFOGAN_EVAL_DIR
}
for output images."
fi
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