-
Notifications
You must be signed in to change notification settings - Fork 31
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
GPU issue #7
Comments
Preprocessing doesn't need a gpu. The warning says it doesn't find any images in the given folder. So please check if your .dicom images are inside ./dicoms folder. |
Yes they are in this folder :( ! |
It's hard to find out what's gone wrong in this case unless you post a snapshot of your folder structures. I've updated my code for pre- and post-processing. You can try it out again to see if the warning still exists. |
It's working, thanks i got this error "guylain@guylain-HP-Pavilion-17-Notebook-PC:~/torch/torch-hdf5/SAGAN$ DATA_ROOT=./datasets/experiment name=SAGAN which_direction=AtoB phase=test th test.lua |
Hi,
I have an issue when i tap this command "python pre_process.py -s 1 -i ./dicoms -o ./datasets/experiment/test" , prompt respond " warnings.warn(msg)
0 files in the folder" while i've lot of dicoms format images., and the root is good. Do you ve any idea of the problem ?
My laptop have only a AMD GPU...
Is it possible this made the error ?
There is a solution or a modification to run it with CPU ?
Thanks a lot
The text was updated successfully, but these errors were encountered: