csgan
csgan copied to clipboard
Is there a bug in "utils/csgan_utils.py" about "FLAGS.n_input"?
https://github.com/po0ya/csgan/blob/f1af3863d621d99c93fa94ce7f458e3cffdfec21/utils/csgan_utils.py#L657 Should change "FLAGS.n_input" to "FLAGS.n_inputs", because define "n_inputs" instead of "n_input" in https://github.com/po0ya/csgan/blob/f1af3863d621d99c93fa94ce7f458e3cffdfec21/main.py#L53