Skip to content

Commit

Permalink
Update DLStress.py
Browse files Browse the repository at this point in the history
  • Loading branch information
marcin-laskowski committed Jun 13, 2018
1 parent b36a9ae commit 734a797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DLStress.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ def CreateModel_StressDecoding(W1_in, W2_in):
# %%
# to save the predicted stress distribution during cross validation
# insert the function below to the code block of the cross validation
# sio.savemat('StressData_pred.mat', {'Sp':Sp, 'idx_test':idx_test})
sio.savemat('StressData_pred.mat', {'Sp':Sp, 'idx_test':idx_test})


# %% show the time cost on the testing set: input shape, output stress
Expand Down

0 comments on commit 734a797

Please sign in to comment.