Skip to content
Snippets Groups Projects
Commit f6d81b94 authored by Lucas Miranda's avatar Lucas Miranda
Browse files

Modified LSTMs to work with cuDNN implementation

parent dbf138d8
No related branches found
No related tags found
No related merge requests found
......@@ -203,7 +203,7 @@ class SEQ_2_SEQ_GMVAE:
loc=tf.random.uniform(
shape=[self.ENCODING], minval=0, maxval=15
),
scale=10,
scale=1,
),
reinterpreted_batch_ndims=1,
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment