Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
M
maskrcnn
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
人工智能
maskrcnn
Commits
d44c3fd8
Commit
d44c3fd8
authored
Apr 23, 2019
by
Thibault FEVRY
Committed by
Francisco Massa
Apr 23, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Quickfix for outdated paras (#710)
parent
dbec62be
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
defaults.py
maskrcnn_benchmark/config/defaults.py
+3
-3
No files found.
maskrcnn_benchmark/config/defaults.py
View file @
d44c3fd8
...
@@ -10,9 +10,9 @@ from yacs.config import CfgNode as CN
...
@@ -10,9 +10,9 @@ from yacs.config import CfgNode as CN
# Whenever an argument can be either used for training or for testing, the
# Whenever an argument can be either used for training or for testing, the
# corresponding name will be post-fixed by a _TRAIN for a training parameter,
# corresponding name will be post-fixed by a _TRAIN for a training parameter,
# or _TEST for a test-specific parameter.
# or _TEST for a test-specific parameter.
# For example, the
number of images
during training will be
# For example, the
maximum image side
during training will be
# I
MAGES_PER_BATCH_TRAIN, while the number of images for testing
will be
# I
NPUT.MAX_SIZE_TRAIN, while for testing it
will be
# I
MAGES_PER_BATCH
_TEST
# I
NPUT.MAX_SIZE
_TEST
# -----------------------------------------------------------------------------
# -----------------------------------------------------------------------------
# Config definition
# Config definition
...
...
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