How can I use visdom on HPC?
See original GitHub issueHi 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:
- Created 5 years ago
- Reactions:1
- Comments:9 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@JackUrb yes I did it. Thank you so much 😄
That should be run on the node (a location that all the other nodes have access to)