Closed Seema3996 closed 4 years ago
Hi @sneddy I am trying to implement your model. It works fine until this line
python Train.py experiments/albunet_valid/train_config_part0.yaml.
On running this it gives an error as Nonetype object has no attribute shape. I think that the dataset is not being served. I have made changes to the path inPneumadataset.py
as well as the DATA_DIRECTORY intrain_config_part0.yaml
to my path and run theTrain.py
file. But it still doesn't work. Am I missing out on anything? It might be a silly error but any help would be appreciated. Attaching the screenshot of the error
Seems like you don't put input folder to right place
Thank you for your response!
Yes, that might be the problem. I have my input folder outside the pneumothorax-segmentation
folder rest of the file structure is the same. I did add the exact paths to the files but still, I will put all the folders exactly in the places as shown in the file structure and see if it works.
Hi @sneddy I am trying to implement your model. It works fine until this line
python Train.py experiments/albunet_valid/train_config_part0.yaml.
On running this it gives an error as Nonetype object has no attribute shape. I think that the dataset is not being served. I have made changes to the path inPneumadataset.py
as well as the DATA_DIRECTORY intrain_config_part0.yaml
to my path and run theTrain.py
file. But it still doesn't work. Am I missing out on anything? It might be a silly error but any help would be appreciated. Attaching the screenshot of the error