We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey guys, i was stuck in such bug :"UnboundLocalError: local variable 'im' referenced before assignment" when i train the code with celebA. Need Help!
The text was updated successfully, but these errors were encountered:
@carpedm20 Sir, i find that your code may not define 'im' in transform and center_crop function of utils.py. Can you help me?
Sorry, something went wrong.
In utils.py 105:return np.array(im.resize([resize_h, resize_w]), PIL.Image.BILINEAR)/127.5 - 1. Change to:cropped_image/127.5 - 1.
No branches or pull requests
Hey guys, i was stuck in such bug :"UnboundLocalError: local variable 'im' referenced before assignment" when i train the code with celebA. Need Help!
The text was updated successfully, but these errors were encountered: