Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion model_search/metadata/ml_metadata_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

import json
import os
import sys
import random
from absl import flags
from absl import logging
Expand Down Expand Up @@ -50,7 +51,7 @@
"config with this password is established.")

FLAGS = flags.FLAGS

FLAGS(sys.argv)

class MLMetaData(metadata.MetaData):
"""An object which handles communicating with metadata db through MLMD."""
Expand Down