When i try to run siamese.py, I 'm getting the error below:
usage: siamese.py [-h] --config CONFIG
siamese.py: error: the following arguments are required: --config
How can i run this code ? I tried many thing bu I couldn't run.
FLAGS = None
def main(_):
# Load the configuration file.
with open(FLAGS.config, 'r') as f:
config = yaml.load(f)
print('**********', config['experiment_name'],'**********')