-
Notifications
You must be signed in to change notification settings - Fork 9
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
"transform" not defined problem #3
Comments
Hi @lyc6749 Sorry about the late reply. Seems that I accidentally delete some lines when cleaning the code. Could you please add
before this code. |
Hi @yueruchen . It needs preprocessing,load_size,crop_size,no_filp parameters in opt to get transform, while those parameters are not provided in code. Could you please release the opt configuration parameters? |
Hi @symao, sorry, missing these lines:
|
Hi, I encounter the problem that "transform" not is defined.
comp = transform(comp) mask = tf.to_tensor(mask) real = transform(real)
The text was updated successfully, but these errors were encountered: