YitingChang
YitingChang
I'm also interested in multi-GPU training and would like to follow this. Thank you!
Hi @ksikka , Thank you for following up! I'm encountering memory limitations with a single GPU, so I'd like to explore running Lightning Pose with multiple GPUs. To give you...
Awesome! I'll try it next week and report back.
Hi @ksikka I was trying to run multi-GPU training on a cluster node with 4 NVIDIA a100 GPUs and 48 CPUs. However, I got the following error. It seems that...
My SLURM script: #!/bin/bash -l #SBATCH --job-name=hand-1cam_namd4gpu #SBATCH --time=2:00:00 #SBATCH --partition=a100 #SBATCH --nodes=1 #SBATCH --ntasks-per-node=48 #SBATCH --gres=gpu:4 #SBATCH -A xxx ### Slurm-account #SBATCH --error=err.txt #SBATCH --output=myLog-file.txt #SBATCH --export=ALL ###Load modules...
We're interested in the multiview feature for separated data streams. We would like to track monkey hands in 3D from 6 camera views.
@themattinthehatt Thank you so much for the updates! I'm trying to run the multiview training from the command line but get this error.  Here is my configuration: -------------------- data...
> > ah ok - are you trying to run the multiview training from the command line or from the app? > > Hi, It goes through the command line....
That's great! I'm looking forward to the multi-view unsupervised losses.
I'm using anipose for triangulation and would like to follow this. I wrote a simple function to convert LP csv file to hdf file. ``` def lp2anipose(lp_path, anipose_path): df =...