himashi92 / vizviva_brats_2021

[Brainlesion 2021] Official PyTorch Implementation for Reciprocal Adversarial Learning for Brain Tumor Segmentation: A Solution to BraTS Challenge 2021 Segmentation Task
MIT License
20 stars 3 forks source link

Train problem #11

Closed SiYeon-Kwon closed 1 year ago

SiYeon-Kwon commented 1 year ago

Hello author, I want to train all the data.

but I have many problem.

I already downloaded Brats2021 Dataset and make a folder named 'Data', and paste all the data in the Data folder.

but the problem occured when I enter the command 'python train.py --epochs 350', and the error showed like the page.

image

In my opinion, I'm not input the path of dataset in the command. but when I input my path in the command same error occured.

How can I solve this error? Please help me.

SiYeon-Kwon commented 1 year ago

I got the answer!!

If anyone have the problem like me, change the code in config.py.

you change input_dir to your directory, and then the problem solved!!