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
Convolutional layers, and AvgPool1D , AvgPool3D, MaxPool1D use LongArray for parameters, as AvgPool2D, MaxPool2D and MaxPool3D use IntArray. Also ModelSaver uses integers for persisting these layers. It makes sense to use the same data type everywhere.
The text was updated successfully, but these errors were encountered:
Convolutional layers, and
AvgPool1D
,AvgPool3D
,MaxPool1D
useLongArray
for parameters, asAvgPool2D
,MaxPool2D
andMaxPool3D
useIntArray
. AlsoModelSaver
uses integers for persisting these layers. It makes sense to use the same data type everywhere.The text was updated successfully, but these errors were encountered: