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
f8d69319
Commit
f8d69319
authored
Aug 27, 2021
by
Hongkun Yu
Committed by
A. Unique TensorFlower
Aug 27, 2021
Browse files
Internal change
PiperOrigin-RevId: 393366505
parent
d544a3d8
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
2 additions
and
31 deletions
+2
-31
official/modeling/grad_utils.py
official/modeling/grad_utils.py
+0
-0
official/nlp/bert/model_training_utils.py
official/nlp/bert/model_training_utils.py
+1
-1
official/staging/__init__.py
official/staging/__init__.py
+0
-14
official/staging/training/__init__.py
official/staging/training/__init__.py
+0
-14
official/vision/image_classification/resnet/resnet_runnable.py
...ial/vision/image_classification/resnet/resnet_runnable.py
+1
-2
No files found.
official/
staging/train
ing/grad_utils.py
→
official/
model
ing/grad_utils.py
View file @
f8d69319
File moved
official/nlp/bert/model_training_utils.py
View file @
f8d69319
...
@@ -22,7 +22,7 @@ from absl import logging
...
@@ -22,7 +22,7 @@ from absl import logging
import
tensorflow
as
tf
import
tensorflow
as
tf
from
tensorflow.python.util
import
deprecation
from
tensorflow.python.util
import
deprecation
from
official.common
import
distribute_utils
from
official.common
import
distribute_utils
from
official.
staging.train
ing
import
grad_utils
from
official.
model
ing
import
grad_utils
_SUMMARY_TXT
=
'training_summary.txt'
_SUMMARY_TXT
=
'training_summary.txt'
_MIN_SUMMARY_STEPS
=
10
_MIN_SUMMARY_STEPS
=
10
...
...
official/staging/__init__.py
deleted
100644 → 0
View file @
d544a3d8
# Copyright 2021 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
official/staging/training/__init__.py
deleted
100644 → 0
View file @
d544a3d8
# Copyright 2021 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
official/vision/image_classification/resnet/resnet_runnable.py
View file @
f8d69319
...
@@ -16,9 +16,8 @@
...
@@ -16,9 +16,8 @@
import
orbit
import
orbit
import
tensorflow
as
tf
import
tensorflow
as
tf
from
official.modeling
import
grad_utils
from
official.modeling
import
performance
from
official.modeling
import
performance
from
official.staging.training
import
grad_utils
from
official.utils.flags
import
core
as
flags_core
from
official.utils.flags
import
core
as
flags_core
from
official.vision.image_classification.resnet
import
common
from
official.vision.image_classification.resnet
import
common
from
official.vision.image_classification.resnet
import
imagenet_preprocessing
from
official.vision.image_classification.resnet
import
imagenet_preprocessing
...
...
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