-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtests_heart.sh
executable file
·8 lines (8 loc) · 1.15 KB
/
tests_heart.sh
1
2
3
4
5
6
7
8
/usr/bin/time -v python census_scvi.py "tissue_general == 'heart' and is_primary_data == True" 1 128 1 > logs/heart_1gpu_128batch_1epoch.txt 2>&1
/usr/bin/time -v python census_scvi.py "tissue_general == 'heart' and is_primary_data == True" 2 128 1 > logs/heart_2gpu_128batch_1epoch.txt 2>&1
/usr/bin/time -v python census_scvi.py "tissue_general == 'heart' and is_primary_data == True" 4 128 1 > logs/heart_4gpu_128batch_1epoch.txt 2>&1
/usr/bin/time -v python census_scvi.py "tissue_general == 'heart' and is_primary_data == True" 1 256 1 > logs/heart_1gpu_256batch_1epoch.txt 2>&1
#/usr/bin/time -v python census_scvi.py "tissue_general == 'heart' and is_primary_data == True" 1 512 1 > logs/heart_1gpu_512batch_1epoch.txt 2>&1
/usr/bin/time -v python census_scvi.py "tissue_general == 'heart' and is_primary_data == True" 4 512 1 > logs/heart_4gpu_512batch_1epoch.txt 2>&1
/usr/bin/time -v python census_scvi.py "tissue_general == 'heart' and is_primary_data == True" 4 128 2 > logs/heart_4gpu_512batch_2epoch.txt 2>&1
#/usr/bin/time -v python census_scvi.py "tissue_general == 'heart' and is_primary_data == True" 4 512 10 > logs/heart_4gpu_512batch_10epoch.txt 2>&1