-
Notifications
You must be signed in to change notification settings - Fork 223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add option to suppress browser from opening #35
Comments
|
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 |
I see - is something like scp-ing your image file to your remote machine somehow difficult with your setup? |
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. |
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. |
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 ?
The text was updated successfully, but these errors were encountered: