Skip to content

Commit eea67eb

Browse files
authored
Update baseline_teachers.py
1 parent e83e6b3 commit eea67eb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/baseline_teachers.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def seed_worker(worker_id):
4848

4949

5050
PATH_data = './esc50/' # root dir of the resampled esc audio
51-
#PATH_data = '/home/dl33629@austin.utexas.edu/research-lowhigh/scripted_study_adl/'
51+
#PATH_data = '/home/research-lowhigh/scripted_study_adl/'
5252
for sr in [2000, 1000, 16000]:
5353
for fold in [1, 2 ,3, 4, 5]:
5454
X_train_feat, X_test_feat = [], []
@@ -81,8 +81,8 @@ def seed_worker(worker_id):
8181

8282
torch.cuda.empty_cache()
8383

84-
save_model_path = '/home/dl33629@austin.utexas.edu/research-lowhigh/models/cnn14+fc/sr_%d_shuffle/seg_%ds/models_for_esc_50class/fold%s/' %(sr, seg_t, fold)
85-
#save_model_path = '/home/dl33629@austin.utexas.edu/research-lowhigh/models/cnn14+fc/sr_%d/seg_%ds/models_for_adl/fold%s/' %(sr, seg_t, fold)
84+
save_model_path = '/home/research-lowhigh/models/cnn14+fc/sr_%d_shuffle/seg_%ds/models_for_esc_50class/fold%s/' %(sr, seg_t, fold)
85+
#save_model_path = '/home/research-lowhigh/models/cnn14+fc/sr_%d/seg_%ds/models_for_adl/fold%s/' %(sr, seg_t, fold)
8686
check_dirs.check_dir(save_model_path)
8787

8888
Model = eval(model_name)

0 commit comments

Comments
 (0)