Skip to content

Commit 8892fff

Browse files
committed
ss
1 parent 6a217f0 commit 8892fff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

reportModelResult.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"\n",
2222
"#test parameteres DONT USE THIS WITH LARGER MODELS (it will run nexp times the\n",
2323
"#selected model train) (if large model use nexp = 1)\n",
24-
"nexp = 1\n",
24+
"nexp = 10\n",
2525
"timeNow = \"Noinfo\""
2626
]
2727
},

runExp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
# datasets = ["MFPT32","MFPT96","CWRbearings",'MFPTFFT32','MFPTFFT96']
1313

14-
datasets =["CW32Scalograms"
14+
datasets =["CW32Scalograms",
1515
"CW32Spectrograms",
1616
"CW96Scalograms",
1717
"MFPT32Scalograms",

0 commit comments

Comments
 (0)