-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.gitignore
38 lines (31 loc) · 1.06 KB
/
.gitignore
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
35
36
37
38
vudlnet21/__pycache__/*
step_01_dem_data/volcano_dems.pkl
step_02_synthetic_data/*.pkl
step_03_labelled_volcnet_data/*.pkl
step_03_labelled_volcnet_data_testing/*.pkl
step_04_augmented_labelled_volcnet_data/*.pkl
step_05_merged_rescaled_data_range_-1_1/*.npz
step_05_merged_rescaled_data_range_0_255/*.npz
step_05a_merged_rescaled_data_synth_only_range_-1_1/*.npz
step_06a_synth_vgg16/*.h5
step_06a_synth_vgg16/logs/
step_07a_synth_vgg16/*.h5
step_07a_synth_vgg16/logs/
step_06b_synth_real_vgg16/*.h5
step_06b_synth_real_vgg16/logs/
step_07b_synth_real_vgg16/*.h5
step_07b_synth_real_vgg16/logs/
step_06c_synth_real_efficientnet/*.h5
step_06c_synth_real_efficientnet/logs/
step_07c_synth_real_efficientnet/*.h5
step_07c_synth_real_efficientnet/logs/
step_06d_synth_real_inceptionv3/*.h5
step_06d_synth_real_inceptionv3/logs/
step_07d_synth_real_inceptionv3/*.h5
step_07d_synth_real_inceptionv3/logs/
step_06e_synth_real_resnet/*.h5
step_06e_synth_real_resnet/logs/
step_07e_synth_real_resnet/*.h5
step_07e_synth_real_resnet/logs/
step_08_final_models/*
*/test_data_predictions.pkl