Skip to content

Commit 80f4147

Browse files
committed
Change fro Simvue to Run
1 parent db3bde8 commit 80f4147

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/dynamic_rnn.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import numpy as np
99
import random
1010

11-
from simvue import Simvue
11+
from simvue import Run
1212

1313
if __name__ == "__main__":
1414

@@ -28,7 +28,7 @@
2828
# Network Parameters
2929
num_units = 32 # number of neurons for the LSTM layer.
3030

31-
run = Simvue()
31+
run = Run()
3232
run.init(metadata={'dataset.num_classes': num_classes,
3333
'dataset.seq_max_len': seq_max_len,
3434
'dataset.seq_min_len': seq_min_len,

0 commit comments

Comments
 (0)