Skip to content

usage: siamese.py [-h] --config CONFIG #1

@tumecan

Description

@tumecan

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'],'**********')

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions