-
Notifications
You must be signed in to change notification settings - Fork 137
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
help needed for deployment #24
Comments
The web-server that serves local instance of Instead move your
Note the IP address that will be printed in the console, and use that in your http://127.0.0.1:8080/my_data/manifest.json resolves to the manifest file. Then you can local instance of http://127.0.0.1:8081/#/galaxy/my_data?ml=150&s=1.75&l=1 Note the Does this help? Edit: Added note about visualization/folder nesting |
Probably I am still missing something. I did as you suggested, I am starting a server in the
When visiting any of the two adresses in the browser, it prints the directory structure. Then, when I am copying-pasting either the
|
@balikasg - sorry about that. I updated my comment, describing how to access the visualization from |
I tried it, but I am still losing something.
When I am starting |
Can you open Chrome's developer tools and share your network requests tab? |
I faced the same issue and fortunately found the solution
That's all, visualization is extremely beatiful, but the tool has very high entrance barrier for newbies like me. Anyway, it was worth it. Thank you, anvaka@ |
@mingghan |
@nicolasmeng , yes. I actually made a notebook with step-by-step guide. You can check the final "Visualisation" part here: https://github.com/mingghan/word2vec_visualzation/blob/master/word2vec-notebook.ipynb |
I'm confused where 'graph_data' come from. Can't find any config about this. I'd like to set my own path, any one solved it? |
The file directory that worked for me:
It really doesn't matter where |
I had the same issue as in anvaka#24, and it was resolved by changing the directory name.
Hi! My goal is to create something similar with your work on embeddings.
After cloning the two repos, I have created a directory
my_data
under your projectpm
, containinglabels.json
links.bin
andpositions.bin
as described. I have also changed the `src/config.js' to have:However, when I start
npm start
, it automatically shows the Code Galaxies Visualization. I guess I am losing a path or something simple. How can I see my visualization?The text was updated successfully, but these errors were encountered: