Skip to content
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

I just getting a noise #54

Closed
mfbulut opened this issue May 3, 2022 · 2 comments
Closed

I just getting a noise #54

mfbulut opened this issue May 3, 2022 · 2 comments

Comments

@mfbulut
Copy link

mfbulut commented May 3, 2022

Firstly I'm not a python programmer or intrested in ai I just want to make funny pictures I ran the script below text
"Let's see the whole script below" in README but I dont' know how to display tensor images so I googled it I wrote

import matplotlib.pyplot as plt
iplt.imshow( images[0].permute(1, 2, 0) )

then I got this

b33ec5fc-8b58-424c-89db-fa9c50f05fa8

probably I made a dumb mistake somewhere pls help me

@xiankgx
Copy link

xiankgx commented May 3, 2022

You are not wrong in doing that. Probably just need to inverse normalize values from minus to plus 1 to from 0 to 1.

@xiankgx
Copy link

xiankgx commented May 3, 2022

You are getting just noise because you have not train the model.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants