Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
taquynhnga/CNNs-interpretation-visualization
ludusc
/
latent-space-theories
like
1
Runtime error
App
Files
Files
Community
3826816
latent-space-theories
/
test_disentanglement.sh
ludusc
lots of changes
2cafca2
about 1 year ago
raw
Copy download link
history
blame
Safe
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