-
Notifications
You must be signed in to change notification settings - Fork 4
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
Can't install requiremwnts.txt #3
Comments
Sorry for the inconvenience. You might want to consider one of the following approaches:
|
thanks for your reply and outstanding work! I try to install them one by one,But I don't know how to insatll cuml and apex.I tried many ways but no effect.Could you help me and if I don't install cuml and apex, will be a error? |
Thank you for your interest in our work. We used apex to speed up the training with automatic mixed precision. So without apex, the code is still supposed to run normally. All you need to do is modifying If the above options do not help, you might want to take a look at NVIDIA DGL containers, e.g., https://docs.nvidia.com/deeplearning/frameworks/pytorch-release-notes/rel-23-05.html, which also include apex. |
/home/lmh/.local/lib/python3.10/site-packages/torchvision/io/image.py:13: UserWarning: Failed to load image Python extension: libc10_cuda.so: cannot open shared object file: No such file or directory
|
Since --log2file is set, could you please take a look at the .log file in the output folder for more information? |
thanks for your help. I use the instruction to train model:python main.py --affine --l1loss --adaloss --perloss --dont_calc_mets_at_all --log2file |
That is because --dont_calc_mets_at_all was used to skip evaluation steps (which heavily rely on CPU) to speed up the training. You can follow the evaluation step in the instructions to get PSNR and SSIM. |
thanks very much. I'm grateful your heartwarm help and your outstanding work!!! |
Always have this error even I change the chanel.
The text was updated successfully, but these errors were encountered: