Spaces:
Runtime error
Runtime error
deanna-emery
commited on
Commit
•
7f74a65
1
Parent(s):
f1a62b0
updates
Browse files
modeling/official/core/base_trainer.py
CHANGED
@@ -22,7 +22,7 @@ import functools
|
|
22 |
from typing import Union, Optional
|
23 |
from absl import logging
|
24 |
import gin
|
25 |
-
import modeling.orbit
|
26 |
import tensorflow as tf, tf_keras
|
27 |
|
28 |
from modeling.official.core import base_task
|
|
|
22 |
from typing import Union, Optional
|
23 |
from absl import logging
|
24 |
import gin
|
25 |
+
import modeling.orbit as orbit
|
26 |
import tensorflow as tf, tf_keras
|
27 |
|
28 |
from modeling.official.core import base_task
|