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
c31b3c2c
Unverified
Commit
c31b3c2c
authored
Mar 14, 2018
by
Yukun Zhu
Committed by
GitHub
Mar 14, 2018
Browse files
Merge pull request #3604 from aquariusjay/master
remove duplicate flags
parents
8f6c3708
da9bbf9a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
+0
-6
research/deeplab/g3doc/cityscapes.md
research/deeplab/g3doc/cityscapes.md
+0
-3
research/deeplab/g3doc/pascal.md
research/deeplab/g3doc/pascal.md
+0
-3
No files found.
research/deeplab/g3doc/cityscapes.md
View file @
c31b3c2c
...
...
@@ -54,7 +54,6 @@ python deeplab/train.py \
--train_crop_size
=
769
\
--train_batch_size
=
1
\
--dataset
=
"cityscapes"
\
--train_split
=
"train"
\
--tf_initial_checkpoints
=
${
PATH_TO_INITIAL_CHECKPOINT
}
\
--train_logdir
=
${
PATH_TO_TRAIN_DIR
}
\
--dataset_dir
=
${
PATH_TO_DATASET
}
...
...
@@ -97,7 +96,6 @@ python deeplab/eval.py \
--eval_crop_size
=
1025
\
--eval_crop_size
=
2049
\
--dataset
=
"cityscapes"
\
--eval_split
=
"val"
\
--checkpoint_dir
=
${
PATH_TO_CHECKPOINT
}
\
--eval_logdir
=
${
PATH_TO_EVAL_DIR
}
\
--dataset_dir
=
${
PATH_TO_DATASET
}
...
...
@@ -125,7 +123,6 @@ python deeplab/vis.py \
--vis_crop_size
=
1025
\
--vis_crop_size
=
2049
\
--dataset
=
"cityscapes"
\
--vis_split
=
"val"
\
--colormap_type
=
"cityscapes"
\
--checkpoint_dir
=
${
PATH_TO_CHECKPOINT
}
\
--vis_logdir
=
${
PATH_TO_VIS_DIR
}
\
...
...
research/deeplab/g3doc/pascal.md
View file @
c31b3c2c
...
...
@@ -56,7 +56,6 @@ python deeplab/train.py \
--train_crop_size
=
513
\
--train_batch_size
=
1
\
--dataset
=
"pascal_voc_seg"
\
--train_split
=
"train"
\
--tf_initial_checkpoints
=
${
PATH_TO_INITIAL_CHECKPOINT
}
\
--train_logdir
=
${
PATH_TO_TRAIN_DIR
}
\
--dataset_dir
=
${
PATH_TO_DATASET
}
...
...
@@ -100,7 +99,6 @@ python deeplab/eval.py \
--eval_crop_size
=
513
\
--eval_crop_size
=
513
\
--dataset
=
"pascal_voc_seg"
\
--eval_split
=
"val"
\
--checkpoint_dir
=
${
PATH_TO_CHECKPOINT
}
\
--eval_logdir
=
${
PATH_TO_EVAL_DIR
}
\
--dataset_dir
=
${
PATH_TO_DATASET
}
...
...
@@ -128,7 +126,6 @@ python deeplab/vis.py \
--vis_crop_size
=
513
\
--vis_crop_size
=
513
\
--dataset
=
"pascal_voc_seg"
\
--vis_split
=
"val"
\
--checkpoint_dir
=
${
PATH_TO_CHECKPOINT
}
\
--vis_logdir
=
${
PATH_TO_VIS_DIR
}
\
--dataset_dir
=
${
PATH_TO_DATASET
}
...
...
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