keplr-io / quiver

Interactive convnet features visualization for Keras
https://keplr-io.github.io/quiver/
MIT License
1.75k stars 223 forks source link

Quiver fails to load data when layers use 'channels_first' config #74

Open sudheerExperiments opened 5 years ago

sudheerExperiments commented 5 years ago

For functional API, when input data uses '_channelsfirst' format, the proceeding layers also follow the same format '_channelsfirst'. 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_dimordering 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.