8000 Is there a bug in "utils/csgan_utils.py" about "FLAGS.n_input"? · Issue #7 · po0ya/csgan · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Is there a bug in "utils/csgan_utils.py" about "FLAGS.n_input"? #7

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

Open
HuangZuShu opened this issue Feb 26, 2021 · 0 comments
Open

Comments

@HuangZuShu
Copy link

A = np.zeros((int(FLAGS.n_input / (factor ** 2)), FLAGS.n_input))

Should change "FLAGS.n_input" to "FLAGS.n_inputs", because define "n_inputs" instead of "n_input" in

csgan/main.py

Line 53 in f1af386

tf.app.flags.DEFINE_integer('n_inputs',FLAGS.output_width *

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
0