And add a comment for where to grab the data

This commit is contained in:
Huw Campbell 2018-01-04 16:27:37 +11:00
parent 8349a85b0f
commit 9d9dfac6a2

View File

@ -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