From 9d9dfac6a2675fa1da87786c07724179b3b999a1 Mon Sep 17 00:00:00 2001 From: Huw Campbell Date: Thu, 4 Jan 2018 16:27:37 +1100 Subject: [PATCH] And add a comment for where to grab the data --- examples/main/shakespeare.hs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/main/shakespeare.hs b/examples/main/shakespeare.hs index 1ab6b10..68b42a6 100644 --- a/examples/main/shakespeare.hs +++ b/examples/main/shakespeare.hs @@ -41,6 +41,9 @@ import System.IO.Unsafe ( unsafeInterleaveIO ) -- This network is able to learn and generate simple words in -- about an hour. -- +-- Grab the input from +-- https://raw.githubusercontent.com/karpathy/char-rnn/master/data/tinyshakespeare/input.txt +-- -- This is a first class recurrent net. -- -- The F and R types are tagging types to ensure that the runner and