You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/kd.py
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -210,16 +210,16 @@ def main():
210
210
211
211
212
212
# path to the 1st teacher model
213
-
PATH_teacher_models='/home/dl33629@austin.utexas.edu/research-lowhigh/models/cnn14+fc/sr_%d_shuffle/seg_%ds/models_for_esc_50class/%s/'%(sr_teacher, seg_t, sub) # for esc: models_for_esc_50class
214
-
#PATH_teacher_models = '/home/dl33629@austin.utexas.edu/research-lowhigh/models/mbnet+fc/student/esc50_50class/FineTuneMBNetV2/sr_%d_1teacher/seg_5s/%s/' %(1000, sub) # for multi stage
213
+
PATH_teacher_models='/home/research-lowhigh/models/cnn14+fc/sr_%d_shuffle/seg_%ds/models_for_esc_50class/%s/'%(sr_teacher, seg_t, sub) # for esc: models_for_esc_50class
214
+
#PATH_teacher_models = '/home/research-lowhigh/models/mbnet+fc/student/esc50_50class/FineTuneMBNetV2/sr_%d_1teacher/seg_5s/%s/' %(1000, sub) # for multi stage
0 commit comments