question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How can I use visdom on HPC?

See original GitHub issue

Hi guys 😅 😅 I read some issues that are related to that but I still can’t make it work. I want to see the visualization that are produced in the compute cluster nodes. I am using SLURM job scheduler, where I submit a job by creating a .sh file and then submit a job. Example of job script (job.sh) #!/bin/bash #SBATCH --job-name=visdom_example #SBATCH --partition=gpu #SBATCH --gres=gpu:2 #SBATCH --nodes=2 python example.py And then I run the command sbatch job.sh. How can I use visdom in this setup? Any help will be really really appreciated 😅 .

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
BasselAli1commented, Nov 16, 2018

@JackUrb yes I did it. Thank you so much 😄

1reaction
JackUrbcommented, Nov 16, 2018

That should be run on the node (a location that all the other nodes have access to)

Read more comments on GitHub >

github_iconTop Results From Across the Web

How can I use visdom on HPC? · Issue #509 - GitHub
I want to see the visualization that are produced in the compute cluster nodes. I am using SLURM job scheduler, where I submit...
Read more >
How do I set up visdom on a remote server (HPC3, using a ...
I am using a HPC3 system which makes use of a SLURM script and command ... Then on my local machine (using Terminal),...
Read more >
Cambridge OU12 Module: HPC for deep learning guidebook
This guidebook accompanies the short video tutorial for the OU12 module. It contains all the scripts and examples that support the material ...
Read more >
Inspur AIStation for AI Cluster Operations Management Solution
Once tasks are launched, the AIStation platform integrates a number of visualization tools. For example, one can launch Tensorboard (shown) or ...
Read more >
Top 5 visdom Code Examples - Snyk
How to use visdom - 10 common examples. To help you get started, we've selected a few visdom examples, based on popular ways...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found