-
-
Notifications
You must be signed in to change notification settings - Fork 298
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
question about train #21
Comments
i also meet this problem |
this problem too |
find a solution, who meet with this problem can add arguments not mentioned as below: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I used the mrbrains18 dataset for training, the following error occurred
Traceback (most recent call last):
File "./train_mrbrains_9_classes.py", line 81, in
main()
File "./train_mrbrains_9_classes.py", line 26, in main
path='/home/zwj/MedicalZooPytorch-master/datasets/mrbrains_2018/training')
File "/home/zwj/MedicalZooPytorch-master/lib/medloaders/init.py", line 50, in generate_datasets
split_id=0, samples=samples_train, load=args.loadData)
AttributeError: 'Namespace' object has no attribute 'loadData'
The text was updated successfully, but these errors were encountered: