-
Notifications
You must be signed in to change notification settings - Fork 3
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
getting training error Please help #5
Comments
Hi, which PyTorch version are you using? This code is written for V0.3.1. |
I used google colab....i dont actually remember the version ...but i will
try using the version you mentioned once again
Thanks
…On Mon, Nov 30, 2020, 2:18 PM Soumya Tripathy ***@***.***> wrote:
Hi, which PyTorch version are you using? This code is tested on V0.3.1.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANNEXP27RZEALETMBUARSI3SSNL45ANCNFSM4UFZVFLQ>
.
|
Hi, |
Still shows error even after installing the required versions of pillow and torch |
I think you have installed pytorch compiled with cuda-8 but in your google colab they have cuda-9. So you need a torch v0.3 with cuda-9 support. Something like https://download.pytorch.org/whl/cu90/torch-0.3.0.post2-cp35-cp35m-linux_x86_64.whl. You can download this file and then install by |
Sir, i tried a lot...
Can we schedule a zoom/Google Meet if you are available tomorrow or any
other day . It will be a great help for me.
I am working on Cycle GAN for infrared image to visible image translation
and i was thinking to try combining PIX2PIX and Cycle GAN objective and I
found your paper to be relevant .
A guidance / direction from your side will be very beneficial for me in my
project work .
Thanks and Regards,
SHIVOM BHARGAVA
MTECH IIT Kanpur
…On Tue, Jan 5, 2021 at 5:35 PM Soumya Tripathy ***@***.***> wrote:
I think you have installed pytorch compiled with cuda-8 but in your google
colab they have cuda-9. So you need a torch v0.3 with cuda-9 support.
Something like
https://download.pytorch.org/whl/cu90/torch-0.3.0.post2-cp35-cp35m-linux_x86_64.whl.
You can download this file and then install by pip install [downloaded
file]
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANNEXPY53HVBPV25OGLK5G3SYL52HANCNFSM4UFZVFLQ>
.
|
if you don't want answer the question, why do you write For any help, please contact us at ? |
@kiyaaabdian What is the issue btw? I don't work in university anymore so have limited access to university emails. If it is version mismatch problem like the issue of @shivom9713 then difficult for me to replicate. |
I have added the dataset in the mentioned format ... but i got this error
Please Help
The text was updated successfully, but these errors were encountered: