You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
in line 137 of feedforward_neural_doodle.py, I don't quite understand why should the input masks be divided by 10 as in inputs_batch:copy(masks_batch_/10)?
Thanks in advance! and thanks for the great repo :)
The text was updated successfully, but these errors were encountered:
Hi,
in line
137
offeedforward_neural_doodle.py
, I don't quite understand why should the input masks be divided by 10 as ininputs_batch:copy(masks_batch_/10)
?Thanks in advance! and thanks for the great repo :)
The text was updated successfully, but these errors were encountered: