jondeaton / BraTS18-Project

Brain tumor segmentation using fully-convolutional deep neural networks.
https://www.med.upenn.edu/sbia/brats2018/data.html
52 stars 18 forks source link

parser error #5

Open bely66 opened 5 years ago

bely66 commented 5 years ago

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

bely66 commented 5 years ago

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

messiah1999 commented 4 years ago

i am also facing the same issue

harimohanrai commented 4 years ago

did any one is able to run this project is on google colab?