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
357fa547
Commit
357fa547
authored
Mar 25, 2022
by
Yeqing Li
Committed by
A. Unique TensorFlower
Mar 25, 2022
Browse files
Corrects the video ssl import path.
PiperOrigin-RevId: 437284209
parent
42f76467
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
official/projects/video_ssl/tasks/linear_eval.py
official/projects/video_ssl/tasks/linear_eval.py
+1
-1
official/projects/video_ssl/train.py
official/projects/video_ssl/train.py
+1
-1
No files found.
official/projects/video_ssl/tasks/linear_eval.py
View file @
357fa547
...
...
@@ -19,7 +19,7 @@ import tensorflow as tf
# pylint: disable=unused-import
from
official.core
import
task_factory
from
official.projects.video_ssl.configs
.google
import
video_ssl
as
exp_cfg
from
official.projects.video_ssl.configs
import
video_ssl
as
exp_cfg
from
official.projects.video_ssl.modeling
import
video_ssl_model
from
official.vision.tasks
import
video_classification
...
...
official/projects/video_ssl/train.py
View file @
357fa547
...
...
@@ -27,7 +27,7 @@ from official.core import train_utils
from
official.modeling
import
performance
from
official.projects.video_ssl.modeling
import
video_ssl_model
from
official.projects.video_ssl.tasks
import
linear_eval
from
official.projects.video_ssl.tasks
.google
import
pretrain
from
official.projects.video_ssl.tasks
import
pretrain
from
official.vision
import
registry_imports
# pylint: disable=unused-import
...
...
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