Commit 63620f4c authored by Hongkun Yu's avatar Hongkun Yu Committed by A. Unique TensorFlower
Browse files

Internal change

PiperOrigin-RevId: 334085862
parent 1611a8c5
......@@ -13,18 +13,20 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# ==============================================================================
"""TFM vision training driver."""
"""TensorFlow Model Garden Vision training driver."""
from absl import app
from absl import flags
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 flags as tfm_flags
from official.common import registry_imports # pylint: disable=unused-import
from official.core import task_factory
from official.core import train_lib
from official.core import train_utils
from official.modeling import performance
FLAGS = flags.FLAGS
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment