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
59e25c9d
Commit
59e25c9d
authored
Feb 22, 2021
by
A. Unique TensorFlower
Browse files
Internal change
PiperOrigin-RevId: 358870598
parent
46c9bf5e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
official/vision/beta/configs/common.py
official/vision/beta/configs/common.py
+8
-0
No files found.
official/vision/beta/configs/common.py
View file @
59e25c9d
...
@@ -27,3 +27,11 @@ class NormActivation(hyperparams.Config):
...
@@ -27,3 +27,11 @@ class NormActivation(hyperparams.Config):
use_sync_bn
:
bool
=
True
use_sync_bn
:
bool
=
True
norm_momentum
:
float
=
0.99
norm_momentum
:
float
=
0.99
norm_epsilon
:
float
=
0.001
norm_epsilon
:
float
=
0.001
@
dataclasses
.
dataclass
class
PseudoLabelDataConfig
(
hyperparams
.
Config
):
"""Psuedo Label input config for training."""
input_path
:
str
=
''
data_ratio
:
float
=
1.0
# Per-batch ratio of pseudo-labeled to labeled data
file_type
:
str
=
'tfrecord'
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