-
Notifications
You must be signed in to change notification settings - Fork 1
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
Train and Valid Data Structure #2
Comments
The train and valid folders should contain tumours as 2d images and the data loader will pair up images from that folder to be used for training. |
Thank you for your valuable time. Here i get some issue after I maintained the folder structure. |
For the current version, we are using a vanilla VAE so the appropriate file to use would be train_vanilla.py |
Still same error |
Could you double-check if you are using the correct function? In train_vanilla.py there are only two values required src and tgt |
How to maintain the image folder before training the model?
The text was updated successfully, but these errors were encountered: