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
72775fa3
"tools/vscode:/vscode.git/clone" did not exist on "4085ec8a4698cf64344a36a9a55223ec3d5c0be2"
Commit
72775fa3
authored
Apr 07, 2022
by
Mark Daoust
Committed by
A. Unique TensorFlower
Apr 07, 2022
Browse files
Internal change
PiperOrigin-RevId: 440194162
parent
2d2f79eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
official/core/__init__.py
official/core/__init__.py
+12
-0
No files found.
official/core/__init__.py
View file @
72775fa3
...
@@ -12,3 +12,15 @@
...
@@ -12,3 +12,15 @@
# 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.
"""Core is shared by both `nlp` and `vision`."""
from
official.core
import
actions
from
official.core
import
base_task
from
official.core
import
base_trainer
from
official.core
import
config_definitions
from
official.core
import
exp_factory
from
official.core
import
export_base
from
official.core
import
input_reader
from
official.core
import
registry
from
official.core
import
task_factory
from
official.core
import
train_lib
from
official.core
import
train_utils
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