From 288ac91228464cc284c633cfefe15aab845c6b88 Mon Sep 17 00:00:00 2001 From: Claudio Scheer Date: Mon, 11 May 2020 18:18:14 -0300 Subject: [PATCH] Add useful links --- docs/useful.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/useful.md b/docs/useful.md index 8998791..e82c15e 100644 --- a/docs/useful.md +++ b/docs/useful.md @@ -12,4 +12,9 @@ https://karpathy.github.io/2019/04/25/recipe/ https://github.com/LeanManager/NLP-PyTorch https://github.com/pranjal52/text_generators https://github.com/pranjal52/text_generators/blob/master/a_gigantic_model.ipynb -https://blog.floydhub.com/long-short-term-memory-from-zero-to-hero-with-pytorch/ \ No newline at end of file +https://blog.floydhub.com/long-short-term-memory-from-zero-to-hero-with-pytorch/ + + +https://discuss.pytorch.org/t/lstm-text-generator-repeats-same-words-over-and-over/43652/7 +https://karpathy.github.io/2015/05/21/rnn-effectiveness/ +https://mlexplained.com/2019/02/15/building-an-lstm-from-scratch-in-pytorch-lstms-in-depth-part-1/ \ No newline at end of file -- GitLab