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
I don't really know if we should do anything now, or change this.
I just want to raise this issue here.
Maybe we can also just close it if this is fine or we cannot really do anything about it now.
I also want to know whether one of the settings is very unexpected so users might have used it wrongly. That would be an argument to make it explicit or change the default (of course via new behavior version (#508)).
Also, as usual, we should check the defaults of other frameworks.
I don't really know if we should do anything now, or change this.
I just want to raise this issue here.
Maybe we can also just close it if this is fine or we cannot really do anything about it now.
I also want to know whether one of the settings is very unexpected so users might have used it wrongly. That would be an argument to make it explicit or change the default (of course via new behavior version (#508)).
Also, as usual, we should check the defaults of other frameworks.
Linear
:bias=True
Conv1d
:bias=True
Dense
:use_bias=True
Conv1D
:use_bias=True
So in all cases, it seems that
with_bias=True
would be more expected.The text was updated successfully, but these errors were encountered: