Skip to content
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

Error running songbird standalone #133

Open
swokybio opened this issue Jul 13, 2020 · 7 comments
Open

Error running songbird standalone #133

swokybio opened this issue Jul 13, 2020 · 7 comments

Comments

@swokybio
Copy link

Hello,

I am trying to use songbird to analyze the redsea dataset from the tutorial but I am getting an error when calling tensorboard.

The initial step (code below) works well and the output results is generated as expected.

songbird multinomial
--input-biom redsea.biom
--metadata-file redsea_metadata.txt
--formula "Depth+Temperature+Salinity+Oxygen+Fluorescence+Nitrate"
--epochs 10000
--differential-prior 0.5
--training-column Testing
--summary-interval 1 \
--summary-dir results

However, I am having a problem loading tensorboard. I am calling it using tensorboard --logdir . but nothing happens, and I get the following message:

TensorBoard 1.15.0 at http://lewis4-r630-hpc4rc-node361:6006/ (Press CTRL+C to quit) W0713 14:36:23.490031 46913201047296 plugin_event_accumulator.py:294] Found more than one graph event per run, or there was a metagraph containing a graph_def, as well as one or more graph events. Overwriting the graph with the newest event.

Any thoughts on how to use tensorboard to investigate this dataset?

Thank you, Joao

@mortonjt
Copy link
Collaborator

mortonjt commented Jul 13, 2020 via email

@swokybio
Copy link
Author

Thanks a lot @mortonjt for your prompt response.

I am running TensorBoard in our University computing cluster and we don't have a browser installed there. Do I need to get one installed?

If I type http://lewis4-r630-hpc4rc-node361:6006/ in the browser of my personal computer I get an error saying that 'Safari can't find the server'.

Thanks, Joao

@mortonjt
Copy link
Collaborator

mortonjt commented Jul 13, 2020 via email

@swokybio
Copy link
Author

Thanks again @mortonjt!

When I try that I get the following error:

➜ Songbird_example ssh -f -N -L 6006:localhost:6006 jnmpt6@lewis4-r630-hpc4rc-node361 http://lewis4-r630-hpc4rc-node361:6006/\
zsh: no such file or directory: http://lewis4-r630-hpc4rc-node361:6006/>

I think it has something to do with the > sign at the end. Do you know how to not include it?

@fedarko
Copy link
Collaborator

fedarko commented Jul 13, 2020

It's probably worth noting that there have been security issues with certain versions of TensorFlow (and some of these issues will likely continue, since the 1.x releases will stop being supported as early as October 2020). I don't think (but I can't guarantee at all that) these should be major, but it may be ideal to talk with your HPC staff about how to set up TensorBoard access securely (they may also have done this before, which would make life easier all around :).

@mortonjt
Copy link
Collaborator

mortonjt commented Jul 13, 2020 via email

@swokybio
Copy link
Author

Good deal, will do!

Thanks again both of you for your help.

Best, Joao

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants