Karan Sikka
Karan Sikka
And run the python command with `srun`. I'm using https://lightning.ai/docs/pytorch/stable/clouds/cluster_advanced.html#run-on-a-slurm-managed-cluster for inspiration.
Documenting the resolution from discord: 1. set --ntasks-per-node to 4. 2. use `srun` 3. replace LOCAL_RANK with SLURM_LOCALID in losses.py and dali.py (this needs a pull request, opening separate issue...
I am having this same issue, nicegui == 2.13.0 This is occurring every time I use a div, via `ui.element('div')`
@agosztolai Looked into this further and the reason for the error was that `data_dir` was null. I verified that after setting this parameter with an absolute path, the train_hydra.py script...
@agosztolai somewhat related, #217 is out to allow train_hydra to run on the mirror-mouse-example from any directory. Please reach out with any feedback!
Hi @siddypot why do you need to do this?
Ok, I'll look into this.