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
If you will load a graph from Keras in hdf5 format it could keep Zeros or Ones as a default initializer for biases.
But the standard schema of loading weights via initializers names doesn't work well in this way. Should be used another initializer (maybe special) for handling this issue.
Name: Init_conv2d_25_conv2d_bias/Zero; Type: Const; Out #tensors: 1
Name: Init_conv2d_25_conv2d_bias/Fill; Type: Fill; Out #tensors: 1
The text was updated successfully, but these errors were encountered:
If you will load a graph from Keras in hdf5 format it could keep Zeros or Ones as a default initializer for biases.
But the standard schema of loading weights via initializers names doesn't work well in this way. Should be used another initializer (maybe special) for handling this issue.
Name: Init_conv2d_25_conv2d_bias/Zero; Type: Const; Out #tensors: 1
Name: Init_conv2d_25_conv2d_bias/Fill; Type: Fill; Out #tensors: 1
The text was updated successfully, but these errors were encountered: