You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I run this code on google colab and i keep getting this error from the training file usage: train.py [-h] [--job-dir JOB_DIR] [--job-name JOB_NAME] [-gcs] [-params PARAMS] --config CONFIG [--brats BRATS] [--year YEAR] [-tfrecords TFRECORDS] [--model-file MODEL_FILE] [--tensorboard TENSORBOARD] [--log-frequency LOG_FREQUENCY] [--log LOG_LEVEL] [--log-file LOG_FILE] train.py: error: the following arguments are required: --config
the file i run is !python3 -m segmentation.train
The text was updated successfully, but these errors were encountered:
i tried to add a configuration file using this command !python3 -m segmentation.train --config config.py
but it appears that it shouldn't be done this way
I run this code on google colab and i keep getting this error from the training file
usage: train.py [-h] [--job-dir JOB_DIR] [--job-name JOB_NAME] [-gcs] [-params PARAMS] --config CONFIG [--brats BRATS] [--year YEAR] [-tfrecords TFRECORDS] [--model-file MODEL_FILE] [--tensorboard TENSORBOARD] [--log-frequency LOG_FREQUENCY] [--log LOG_LEVEL] [--log-file LOG_FILE] train.py: error: the following arguments are required: --config
the file i run is
!python3 -m segmentation.train
The text was updated successfully, but these errors were encountered: