Grzego / handwriting-generation

Implementation of handwriting generation with use of recurrent neural networks in tensorflow. Based on Alex Graves paper (https://arxiv.org/abs/1308.0850).
MIT License
520 stars 107 forks source link

data can't be downloaded #1

Closed impactcolor closed 6 years ago

impactcolor commented 6 years ago

The data on this link: data/original-xml-part.tar.gz cannot be downloaded it's asking for username and password credentials. Is there another place where it can be found?

Grzego commented 6 years ago

I apologise for not making this more explicit. To download the dataset you need to register first on this page ("Download" section). After registration you will be able to download the data/original-xml-part.tar.gz. :)

impactcolor commented 6 years ago

Thank you!