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
4551e0fb
Commit
4551e0fb
authored
Sep 27, 2020
by
Hongkun Yu
Committed by
A. Unique TensorFlower
Sep 27, 2020
Browse files
Internal change
PiperOrigin-RevId: 334085862
parent
29955e8b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
official/vision/beta/train.py
official/vision/beta/train.py
+5
-3
No files found.
official/vision/beta/train.py
View file @
4551e0fb
...
@@ -13,18 +13,20 @@
...
@@ -13,18 +13,20 @@
# See the License for the specific language governing permissions and
# See the License for the specific language governing permissions and
# limitations under the License.
# limitations under the License.
# ==============================================================================
# ==============================================================================
"""T
FM v
ision training driver."""
"""T
ensorFlow Model Garden V
ision training driver."""
from
absl
import
app
from
absl
import
app
from
absl
import
flags
from
absl
import
flags
import
gin
import
gin
from
official.core
import
train_utils
# pylint: disable=unused-import
from
official.common
import
registry_imports
# pylint: enable=unused-import
from
official.common
import
distribute_utils
from
official.common
import
distribute_utils
from
official.common
import
flags
as
tfm_flags
from
official.common
import
flags
as
tfm_flags
from
official.common
import
registry_imports
# pylint: disable=unused-import
from
official.core
import
task_factory
from
official.core
import
task_factory
from
official.core
import
train_lib
from
official.core
import
train_lib
from
official.core
import
train_utils
from
official.modeling
import
performance
from
official.modeling
import
performance
FLAGS
=
flags
.
FLAGS
FLAGS
=
flags
.
FLAGS
...
...
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