Skip to content

Commit 0c19401

Browse files
committed
Repeat preds = False
1 parent 4fe96cd commit 0c19401

File tree

1 file changed

+1
-1
lines changed
  • examples/lstm/time-series

1 file changed

+1
-1
lines changed

examples/lstm/time-series/rnn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
wandb.init()
1616
config = wandb.config
1717

18-
config.repeated_predictions = True
18+
config.repeated_predictions = False
1919
config.look_back = 4
2020

2121

0 commit comments

Comments
 (0)