Skip to content

Commit 533e281

Browse files
committed
Make default parameters consistent
This will make things easier to reason about.
1 parent c32ac4c commit 533e281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/darts/advanced/default_model.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[Global_Params]
22
model_name = 'darts_uno'
3-
unrolled = True
3+
unrolled = False
44
data_url = 'ftp.mcs.anl.gov/pub/candle/public/benchmarks/Pilot1/uno/'
55
savepath = './results'
66
log_interval = 10

0 commit comments

Comments
 (0)