Skip to content

Commit 2703cdd

Browse files
committed
Fix rnn
1 parent fce6123 commit 2703cdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rnn1hl_script.py

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

1212
if test_type == "normal": ### For normal test
1313
run_times = 1
14-
pathsave = "paper/results/test/"
14+
pathsave = "paper/results/final/"
1515
all_model_file_name = "nn_log_models"
1616
elif test_type == "stability": ### For stability test (n times run with the same parameters)
1717
run_times = 15

0 commit comments

Comments
 (0)