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
b0ba8502
Commit
b0ba8502
authored
Mar 03, 2020
by
Hongkun Yu
Committed by
A. Unique TensorFlower
Mar 03, 2020
Browse files
Remove debugging log.
PiperOrigin-RevId: 298717616
parent
651677f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
official/modeling/hyperparams/base_config.py
official/modeling/hyperparams/base_config.py
+0
-2
No files found.
official/modeling/hyperparams/base_config.py
View file @
b0ba8502
...
...
@@ -143,12 +143,10 @@ class Config(params_dict.ParamsDict):
return
subconfig_type
def
__post_init__
(
self
,
default_params
,
restrictions
,
*
args
,
**
kwargs
):
logging
.
error
(
'DEBUG before init %r'
,
type
(
self
))
super
().
__init__
(
default_params
=
default_params
,
restrictions
=
restrictions
,
*
args
,
**
kwargs
)
logging
.
error
(
'DEBUG after init %r'
,
type
(
self
))
def
_set
(
self
,
k
,
v
):
"""Overrides same method in ParamsDict.
...
...
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