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
d319d522
Commit
d319d522
authored
Jun 01, 2022
by
Katherine Wu
Committed by
A. Unique TensorFlower
Jun 01, 2022
Browse files
Internal change
PiperOrigin-RevId: 452369802
parent
16ada64d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
official/modeling/fast_training/progressive/utils.py
official/modeling/fast_training/progressive/utils.py
+2
-2
No files found.
official/modeling/fast_training/progressive/utils.py
View file @
d319d522
...
@@ -18,10 +18,10 @@ from absl import logging
...
@@ -18,10 +18,10 @@ from absl import logging
import
tensorflow
as
tf
import
tensorflow
as
tf
# pylint: disable=g-direct-tensorflow-import
# pylint: disable=g-direct-tensorflow-import
from
tensorflow.python.tra
ining.tracking
import
track
ing
from
tensorflow.python.tra
ckable
import
auto
track
able
class
VolatileTrackable
(
track
ing
.
AutoTrackable
):
class
VolatileTrackable
(
auto
track
able
.
AutoTrackable
):
"""A util class to keep Trackables that might change instances."""
"""A util class to keep Trackables that might change instances."""
def
__init__
(
self
,
**
kwargs
):
def
__init__
(
self
,
**
kwargs
):
...
...
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