keplr-io / quiver

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

fails with 404 not found #17

Closed mc0514 closed 7 years ago

mc0514 commented 7 years ago

When I add the quiver in my code `server.launch( model, # a Keras Model

    # where to store temporary files generatedby quiver (e.g. image files of layers)
    temp_folder='tmp/',

    # a folder where input images are stored
    input_folder='dataset/',

    # the localhost port the dashboard is to be served on
    port=9000
)`

and run it, but the browser shows Not Found

The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again. the terminal shows

127.0.0.1 - - [2016-11-17 15:02:26] "GET / HTTP/1.1" 404 374 0.006884 Created new window in existing browser session. 127.0.0.1 - - [2016-11-17 15:02:26] "GET /favicon.ico HTTP/1.1" 404 374 0.000999 127.0.0.1 - - [2016-11-17 15:03:00] "GET / HTTP/1.1" 404 374 0.000542 127.0.0.1 - - [2016-11-17 15:03:01] "GET / HTTP/1.1" 404 374 0.000735

isaacgerg commented 7 years ago

I had this same issue. Are you installing with pip or development version? Are you doing the quick or development install? If development, what port are you exporting? For grins, try port 3000.

mc0514 commented 7 years ago

@isaacgerg I installed it with pip. I tried port 3000 and not worked. Had you solved this problem?

varoudis commented 7 years ago

installing the current git from pip git+https gives me a 404. Installing via the typical pip version works.

isaacgerg commented 7 years ago

Try this: npm run deploy:prod

jakebian commented 7 years ago

I'll start including the dist folder in git so that people no longer need to run deploy (convenience at the cost of messier commit messages).

This is a duplicate of https://github.com/jakebian/quiver/issues/2, if you're still having trouble we should have this discussion on gitter