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 14, 2018
1 parent c174045 commit b3d46da
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 @@ -344,7 +344,7 @@ def CreateModel_StressDecoding(W1_in, W2_in):

# %%
sio.savemat(ResultFile,
{'DataFile': DataFile,
{'DataFile': TempDataFile,
'IndexList_test': IndexList_test, 'IndexList_train': IndexList_train,
'VMMAE': VMMAE, 'VMNMAE': VMNMAE,
'S11MAE': S11MAE, 'S11NMAE': S11NMAE,
Expand Down

0 comments on commit b3d46da

Please sign in to comment.