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
For functional API, when input data uses 'channels_first' format, the proceeding layers also follow the same format 'channels_first'. Looks like quiver doesn't handle such situations.
Quiver fails to display data and shows 'No data for this layer' when input image_dim_ordering, conv_output_dim_ordering, max_pooling_dim_ordering is 'channels_first'.
Heads-up: If this fix can be done in python flask code, I can provide a work around. Please guide me.
With Regards,
Sudheer.
The text was updated successfully, but these errors were encountered:
For functional API, when input data uses 'channels_first' format, the proceeding layers also follow the same format 'channels_first'. Looks like quiver doesn't handle such situations.
Quiver fails to display data and shows 'No data for this layer' when input image_dim_ordering, conv_output_dim_ordering, max_pooling_dim_ordering is 'channels_first'.
Heads-up: If this fix can be done in python flask code, I can provide a work around. Please guide me.
With Regards,
Sudheer.
The text was updated successfully, but these errors were encountered: