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
Thank you @boahK.
When I type "python train.py". I faced the error (TypeError: expected str, bytes or os.PathLike object, not NoneType
), as following:
I also opened the getDatabase.py and train_option.py but don't know how to setting the data to run the code although I downloaded the dataset (https://drive.google.com/drive/folders/1S7aT_u8YVAcDdR_2Giw2--mGztygH4bd)
First of all, thank you for your interest in our paper.
To run the code, please deal with the script file in 'script' folder, not type 'python train.py' in terminal.
You can run the code by typing 'sh ./scripts/Brain_train.sh'.
Thank you for your respone quickly, @boahK.
Allow me ask because I had been facing the out memory out and apply the data:
How many the memory GPU did you use? and now how to change the size ...in order to run the code
I followed your comment ('sh ./scripts/Brain_train.sh') but I faced aslo : CUDA out of memory.
I tried to fix durring this morning but I am not slove yet, as below following:
My computer: GTX 1080 Ti 11GB GPU
I changed the size (line 17, 19, 20) and "--gpu_ids" ( line 22)
Allows me ask, please guide me apply the orthes data
Assume,I train completely your code, at the time that is only example demonstrat your code run well. Now, I want to apply to OASIS_OAS dataset ( I download here, https://github.com/adalca/medical-datasets/blob/master/neurite-oasis.md) . How to setting the data in order to run the code? Please guide me some first step.
Thank you @boahK.
When I type "python train.py". I faced the error (TypeError: expected str, bytes or os.PathLike object, not NoneType
), as following:
I also opened the getDatabase.py and train_option.py but don't know how to setting the data to run the code although I downloaded the dataset (https://drive.google.com/drive/folders/1S7aT_u8YVAcDdR_2Giw2--mGztygH4bd)
The data was downloaded:
Thank you @boahK .
The text was updated successfully, but these errors were encountered: