Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -665,14 +665,14 @@ def main():
|
|
665 |
# ============================
|
666 |
|
667 |
model_paths = {
|
668 |
-
'teacher': '
|
669 |
'student_north': 'LSTM_whole_atlantic_horizon1_with_time_decimal_input_batch256_KD_North/horizon1_data_LSTM_whole_atlantic_horizon1_with_time_decimal_input_batch256_KD_North_seq_24/run_1/best_model.pth',
|
670 |
'student_mid': 'LSTM_whole_atlantic_horizon1_with_time_decimal_input_batch256_KD_Mid/horizon1_data_LSTM_whole_atlantic_horizon1_with_time_decimal_input_batch256_KD_Mid_seq_24/run_1/best_model.pth',
|
671 |
'student_south': 'LSTM_whole_atlantic_horizon1_with_time_decimal_input_batch256_KD_South/horizon1_data_LSTM_whole_atlantic_horizon1_with_time_decimal_input_batch256_KD_South_seq_24/run_1/best_model.pth'
|
672 |
}
|
673 |
|
674 |
scaler_paths = {
|
675 |
-
'Teacher': '
|
676 |
'Student_North': 'scaler_train_North_up.joblib',
|
677 |
'Student_Mid': 'scaler_train_Mid_up.joblib',
|
678 |
'Student_South': 'scaler_train_South_up.joblib'
|
|
|
665 |
# ============================
|
666 |
|
667 |
model_paths = {
|
668 |
+
'teacher': 'LSTM_whole_atlantic_horizon1_with_time_decimal_input_batch256/horizon_data_LSTM_whole_atlantic_horizon1_with_time_decimal_input_batch256_seq_24/run_1/best_model.pth',
|
669 |
'student_north': 'LSTM_whole_atlantic_horizon1_with_time_decimal_input_batch256_KD_North/horizon1_data_LSTM_whole_atlantic_horizon1_with_time_decimal_input_batch256_KD_North_seq_24/run_1/best_model.pth',
|
670 |
'student_mid': 'LSTM_whole_atlantic_horizon1_with_time_decimal_input_batch256_KD_Mid/horizon1_data_LSTM_whole_atlantic_horizon1_with_time_decimal_input_batch256_KD_Mid_seq_24/run_1/best_model.pth',
|
671 |
'student_south': 'LSTM_whole_atlantic_horizon1_with_time_decimal_input_batch256_KD_South/horizon1_data_LSTM_whole_atlantic_horizon1_with_time_decimal_input_batch256_KD_South_seq_24/run_1/best_model.pth'
|
672 |
}
|
673 |
|
674 |
scaler_paths = {
|
675 |
+
'Teacher': 'scaler_train_wholedata_up.joblib',
|
676 |
'Student_North': 'scaler_train_North_up.joblib',
|
677 |
'Student_Mid': 'scaler_train_Mid_up.joblib',
|
678 |
'Student_South': 'scaler_train_South_up.joblib'
|