keplr-io / quiver

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

Add option to suppress browser from opening #35

Open harveyslash opened 7 years ago

harveyslash commented 7 years ago

Since many ML tasks are done on a remote server (and possibly, the cloud), an option to prevent browser from opening should be added in the launch function. Also , what about an upload option to test new images ?

jakebian commented 7 years ago
harveyslash commented 7 years ago

I use this not only to visualise my convnets, but also as a quick way to test my outputs ( as it seems to resize input images automatically). So an upload option(maybe even a download from url) would allow me to check my model from a local computer.

Also , I am not 100% sure at the moment , but the prediction classes seem to be wrong. If I am sure, i will open another issue

jakebian commented 7 years ago

I see - is something like scp-ing your image file to your remote machine somehow difficult with your setup?

harveyslash commented 7 years ago

its not exactly difficult. But when I show other people the convnet , its hard for them to actually do anything with their own images. So theyre stuck with viewing the files that are already there in the directory.

jakebian commented 7 years ago

Ah I see the use case now - yes I agree this would be nice, I made this task a couple of weeks ago and had something like this in mind as well. Let's use this ticket to track your auto-open-browser request, and open a separate issue to track the image upload request.