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

Global name not defined error #4

Open
Srijita173 opened this issue Jul 16, 2018 · 0 comments
Open

Global name not defined error #4

Srijita173 opened this issue Jul 16, 2018 · 0 comments

Comments

@Srijita173
Copy link

Using TensorFlow backend.
Epochs 200
Bathc_size 12
Batches per epoch 31
Traceback (most recent call last):
File "new_pix2pix.py", line 252, in
train(200,12)
File "new_pix2pix.py", line 209, in train
discriminator = discriminator_model()
File "new_pix2pix.py", line 147, in discriminator_model
inputs = Input(shape=(img_cols,img_rows,IN_CH*2))
NameError: global name 'img_cols' is not defined

I am getting the above error ...
Can you please help resolve this issue.

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

1 participant