lstm
Here are 2,219 public repositories matching this topic...
-
Updated
Mar 20, 2020 - Python
-
Updated
Jan 10, 2020 - HTML
-
Updated
Feb 18, 2020 - Python
It seems that the doc website is using a router in hash mode. For example, URL of the index of the reference section is https://learn.ml5js.org/docs/#/reference/index. There is a hash tag "#" in the URL.
This may make it a little obfuscating for people who want to memorize the link and share it with others.
I recommend changing the router from hash mode to history mode to remove the ugly has
-
Updated
Feb 11, 2019 - Python
-
Updated
Feb 24, 2020 - Python
-
Updated
May 29, 2019 - Python
-
Updated
Mar 14, 2020 - Jupyter Notebook
I construct it using BoolVal : []bool{fasle}, with shape dim size = 1, but it has errors like behind:
The second input must be a scalar, but it has shape [1]
I don't know how to solve it.
-
Updated
Jan 28, 2020 - Jupyter Notebook
-
Updated
Sep 1, 2019 - Jupyter Notebook
Hi,
First thanks for releasing this, it has been quite helpful.
Would be great if the README page mentioned in software requirements the dependency on pytorch-qrnn (for QRNN-based models). Currently, following the instructions and running one of the standard QRNN models will just throw a ModuleNotFoundError with no instructions. Would be great if there was a prior mention and/or a try/catch w
http://pytorch.org/tutorials/beginner/deep_learning_nlp_tutorial.html
has 5 nice noteboks all in python3
The one in github is python2 and not in sync
This may create difficulty for many as it did for me
You may have 1 version - perhaps the 5 working ones
-
Updated
Dec 27, 2019 - Python
-
Updated
Mar 6, 2020 - Python
-
Updated
Mar 12, 2020 - Jupyter Notebook
-
Updated
Mar 20, 2020
I looked up the documentation for sequence_loss_by_example and it doesn't seem to be taking vocab_size as argument. I'd really appreciate it if you could help me understand what this argument is doing. Thanks a lot!
` loss = seq2seq.sequence_loss_by_example([self.logits],
[tf.reshape(self.targets, [-1])],
[tf.ones([args.batch_size * args.seq_length])],
-
Updated
Jan 27, 2020 - Jupyter Notebook
-
Updated
Feb 27, 2019 - Jupyter Notebook
-
Updated
Jan 10, 2019 - Python
Tried following the quickstart guide to run the application quickly but running into many software dependency issues. Have you considered dockerizing this application?
I have a background in this area, would be interested in contributing to the project to add that capability if you are open to incorporating this as a feature.
Let me know.
-
Updated
Jul 4, 2018 - Jupyter Notebook
-
Updated
May 22, 2018 - Jupyter Notebook
-
Updated
Jul 3, 2019 - Jupyter Notebook
-
Updated
Nov 5, 2019
-
Updated
Mar 10, 2020 - C++
Improve this page
Add a description, image, and links to the lstm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the lstm topic, visit your repo's landing page and select "manage topics."
Current Behavior:
The the wiki page APIExample, for the python example, the handle api is is run through the
TessBaseAPIDeletefunciton if the api failed to be initialized whereas for the C example below, this is not the case.python: