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
162f3741
Commit
162f3741
authored
Oct 29, 2020
by
Hongkun Yu
Committed by
A. Unique TensorFlower
Oct 29, 2020
Browse files
Internal change
PiperOrigin-RevId: 339804825
parent
f4477a29
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
18 deletions
+19
-18
official/common/registry_imports.py
official/common/registry_imports.py
+1
-1
official/nlp/configs/__init__.py
official/nlp/configs/__init__.py
+0
-17
official/nlp/configs/experiment_configs.py
official/nlp/configs/experiment_configs.py
+18
-0
No files found.
official/common/registry_imports.py
View file @
162f3741
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
# ==============================================================================
# ==============================================================================
"""All necessary imports for registration."""
"""All necessary imports for registration."""
# pylint: disable=unused-import
# pylint: disable=unused-import
from
official.nlp
import
configs
from
official.nlp
import
tasks
from
official.nlp
import
tasks
from
official.nlp.configs
import
experiment_configs
from
official.utils.testing
import
mock_task
from
official.utils.testing
import
mock_task
from
official.vision
import
beta
from
official.vision
import
beta
official/nlp/configs/__init__.py
View file @
162f3741
# Lint as: python3
# Copyright 2020 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.
# ==============================================================================
"""Configs package definition."""
from
official.nlp.configs
import
finetuning_experiments
official/nlp/configs/experiment_configs.py
0 → 100644
View file @
162f3741
# Lint as: python3
# Copyright 2020 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.
# ==============================================================================
"""Experiments definition."""
# pylint: disable=unused-import
from
official.nlp.configs
import
finetuning_experiments
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