-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile
34 lines (26 loc) · 1.76 KB
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
run:
python main2.py --data_path ../datasets/128dim_slices/slices/ --image_dim 128
test:
python main2.py --data_path ../datasets/128dim_slices/slices/ --image_dim 128 --test_mode True
dataloader:
python dataloader_efficient.py ../datasets/128dim_slices/slices/
test_ae:
python main_autoencoder.py --data_path ../datasets/128dim_slices/slices/ --image_dim 128 --test_mode True
#python main_autoencoder.py --data_path ../color_my_pytorch_slices/data/slices --image_dim 128 --test_mode True
run_ae:
python main_autoencoder.py --data_path ../datasets/128dim_slices/slices/ --image_dim 128
# python main_autoencoder.py --data_path ../color_my_pytorch_slices/data/slices --image_dim 128
test_edge:
python main_edge_detect.py --data_path ../datasets/128dim_slices/slices/ --image_dim 128 --test_mode True --device cuda
# python main_edge_detect.py --data_path ../color_my_pytorch_slices/data/slices --image_dim 128 --test_mode True --device cuda
run_edge:
python main_edge_detect.py --data_path ../datasets/128dim_slices/slices/ --image_dim 128 --device cuda
# python main_edge_detect.py --data_path ../color_my_pytorch_slices/data/slices --image_dim 128 --device cuda
test_edge_gan:
python main_edge_gan.py --data_path ../datasets/128dim_slices_augmented/slices/ --image_dim 128 --test_mode True --device cuda --custom_name wasserstein
# python main_edge_detect.py --data_path ../color_my_pytorch_slices/data/slices --image_dim 128 --test_mode True --device cuda
run_edge_gan:
python main_edge_gan.py --data_path ../datasets/128dim_slices_augmented/slices/ --image_dim 128 --device cuda --custom_name wasserstein
# python main_edge_detect.py --data_path ../color_my_pytorch_slices/data/slices --image_dim 128 --device cuda
test_edge_detect_script:
python edge_detect_conv.py