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
{{ message }}
This repository was archived by the owner on Apr 11, 2021. It is now read-only.
In line 86-87
warnings.warn('Hidden layers should be multiples of '
'16, not %d' % num_hidden)
Why is there a restriction on the number on hidden neurons?
I am afraid that I could not find any such limitation in the paper?
Could you please explain Why?