-
Notifications
You must be signed in to change notification settings - Fork 0
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
problem of the attack model #3
Comments
Hello Yihao,
It seems that somehow data is in the format NCHW. However the operation
seems to function in the format of NHWC. Could you please check the format
of your input. Or instead you can try running on the GPU to see whether it
works.
Best,
Qiuling.
…On Mon, Oct 24, 2022 at 1:55 AM Yihao Huang ***@***.***> wrote:
I follow the instruction on attacking the imagenet images and meet the
problem of the model.
The command is python attack.py --dataset="imagenet" --decoder=3
--model="imagenet_denoise"
The problem is as follows.
[image: image]
<https://user-images.githubusercontent.com/16575311/197455401-4823a15b-1dd0-43b4-983d-fafe99bd5621.png>
Could you please tell me what is the error? It seems like there is
something wrong on the loaded model, but I am not sure.
Thank you for your help!!!
—
Reply to this email directly, view it on GitHub
<#3>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGGKSFSD2Q424OQZF6RTDPTWEYQDNANCNFSM6AAAAAARMURL3Y>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Could you please verify the version of your TensorFlow, is it 1.15 with GPU compatibility? I can not reproduce this error on my side. Meanwhile, if you use your model, please ensure the input of the model follows NHWC. |
Thank you! I find that it is the mismatch of cuda and tensorflow, which makes me think I am using the correct tensorflow version with GPU. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I follow the instruction on attacking the imagenet images and meet the problem of the model.
The command is python attack.py --dataset="imagenet" --decoder=3 --model="imagenet_denoise"
The problem is as follows.
Could you please tell me what is the error? It seems like there is something wrong on the loaded model, but I am not sure.
Thank you for your help!!!
The text was updated successfully, but these errors were encountered: