Skip to content

Commit ef276e3

Browse files
committed
Fix save path argument
This makes this consistent with the Benchmarks.
1 parent 09e05b2 commit ef276e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/darts/uno/default_model.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[Global_Params]
22
model_name = 'darts_uno'
33
data_url = 'http://ftp.mcs.anl.gov/pub/candle/public/benchmarks/Pilot1/uno/'
4-
savepath = './results'
4+
save_path = './results'
55
log_interval = 100
66
train_data = 'top_21_auc_1fold.uno.h5'
77
learning_rate = 0.025

0 commit comments

Comments
 (0)