mirror of
https://github.com/HuwCampbell/grenade.git
synced 2024-11-21 21:59:30 +03:00
And add a comment for where to grab the data
This commit is contained in:
parent
8349a85b0f
commit
9d9dfac6a2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user