-
Notifications
You must be signed in to change notification settings - Fork 6
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
result is black #2
Comments
Does any error occur? I have not tested on the newest Pytorch yet. Show me the log if possible. |
No. I tested it on the cpu and everything is good.Where is the log file?
Sin ***@***.***> 于2021年5月1日周六 下午2:00写道:
… Does any error occur?
I have not tested on the newest Pytorch yet. Show me the log if possible.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFKY26SI5EDHZKVQXDL4JDTTLOKIHANCNFSM433QQSDQ>
.
|
Hi, @vbqgyy I tested it on PyTorch1.8 cpu and it seems OK. Check your env again please. |
There is no problem with cpu, only gpu has a problem。 |
Sorry, I will check it later |
That would be great. Thank you. |
Hi, @vbqgyy I have tested on cuda11 + Pytorch1.8,1 and the result is wrong indeed. And the reason why the result is black, is because the output of Model is Nan. However, when I tested it on cuda10.1 + Pytorch1.7.1, the result is OK again. I guess there are some version compatibility problems here. I will fix it if I have time. Or you can check it by yourself. Best wish. |
@irasin |
(PY388) G:\proj\YUs_Ai\02PYTORCH\00style_transfer\HD\00Structure-emphasized-Multimodal-Style-Transfer-master\SEMST_Original>python test.py -c ../content/avril.jpg -s ../style/horse.jpg
CUDA available: GeForce RTX 3090
SEMST_Original_model_state.pth loaded
result saved into files starting with avril_horse
————————————————————————————————————
All is good, but the result is black
win10
pytorch 1.8.1
python 3.8
rtx 3090
cuda 11.1
The text was updated successfully, but these errors were encountered: