latent-space-theories / test_disentanglement.sh
ludusc's picture
lots of changes
2cafca2
raw history blame
No virus
200 Bytes
#!/bin/bash
#SBATCH --time=1-00:00:00
#SBATCH --mem=32GB
#SBATCH --gres gpu:1
module load v100
module load cuda
module load mamba
source activate test
python DisentanglementBase.py
conda deactivate