recurrent-neural-networks
Here are 1,205 public repositories matching this topic...
-
Updated
May 20, 2020
首先感谢楼主的分享,对于basic_seq2seq中的代码,运行时产生如下错误,我的tensorflow是最新的1.3.0 gpu版本,执行时所有代码均未改动,想楼主帮看看
Traceback (most recent call last):
File "D:\Workspaces\Eclipse\PythonLearn1\src\seq2seq_init_.py", line 227, in
num_layers)
File "D:\Workspaces\Eclipse\PythonLearn1\src\seq2seq_init_.py", line 189, in seq2seq_model
decoder_input)
File "D:\Workspaces\Eclipse\PythonLearn1\sr
Can you describe what modifications need to be done if I want to replace dynamic_rnn
with tf.keras.RNN
in many-to-one example as dynamic_rnn
is deprecated now.
-
Updated
Mar 14, 2020 - Jupyter Notebook
-
Updated
Mar 23, 2020 - Jupyter Notebook
-
Updated
Jun 12, 2020 - Jupyter Notebook
There is an SRU implementation in tensorflow: https://github.com/tensorflow/tensorflow/blob/master/tensorflow/contrib/rnn/python/ops/rnn_cell.py#L2735
I tried it but found it as fast as GRUCell.
Does anyone know why? or are there any good SRU implementation in tensorflow?
-
Updated
Jun 11, 2020 - Python
-
Updated
Nov 17, 2019 - Python
-
Updated
Feb 20, 2020 - Python
-
Updated
Feb 2, 2020 - Python
-
Updated
Sep 12, 2019 - Python
-
Updated
Jun 15, 2020 - Python
-
Updated
Jul 4, 2018 - Jupyter Notebook
-
Updated
Jun 14, 2020 - Jupyter Notebook
-
Updated
May 7, 2020 - Python
-
Updated
Feb 26, 2018
-
Updated
Feb 8, 2020
-
Updated
Jun 25, 2019 - Python
-
Updated
Feb 24, 2020 - Python
Though you haven't yet done an extensive hyperparameter search, might you give us one or two examples of hyperparameter settings you have used?
-
Updated
Apr 18, 2017 - Python
-
Updated
Mar 10, 2019 - Python
-
Updated
Jun 7, 2018 - Python
-
Updated
Feb 2, 2020 - Python
-
Updated
Jul 12, 2018 - Python
-
Updated
Jan 9, 2020 - Python
-
Updated
Mar 29, 2018 - Python
The latest version tensorflow is 1.0.0
rnn_cell was moved to tensorflow.contrib
i am beginner for tensorflow,can you update exmaple to the latest version of tensorflow ?
Improve this page
Add a description, image, and links to the recurrent-neural-networks topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the recurrent-neural-networks topic, visit your repo's landing page and select "manage topics."
Is there an overview, how the config object for the constructors of the neural network are defined?
This would be interesting:
Thank you for the great work with this library, it is realy amazing!