Skip to content

Commit 3dc2942

Browse files
committed
Save code
1 parent 80f4147 commit 3dc2942

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/dynamic_rnn.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
description="TensorFlow 2.0 implementation of a Recurrent Neural Network (LSTM) that performs dynamic "
4141
"computation over sequences with variable length. This example is using a toy dataset to "
4242
"classify linear sequences. The generated sequences have variable length.")
43+
run.save('dynamic_rnn.py', 'code')
4344

4445
# ====================
4546
# TOY DATA GENERATOR

0 commit comments

Comments
 (0)