We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80f4147 commit 3dc2942Copy full SHA for 3dc2942
examples/dynamic_rnn.py
@@ -40,6 +40,7 @@
40
description="TensorFlow 2.0 implementation of a Recurrent Neural Network (LSTM) that performs dynamic "
41
"computation over sequences with variable length. This example is using a toy dataset to "
42
"classify linear sequences. The generated sequences have variable length.")
43
+ run.save('dynamic_rnn.py', 'code')
44
45
# ====================
46
# TOY DATA GENERATOR
0 commit comments