deeplearning4j-examples
deeplearning4j-examples copied to clipboard
Examples relying on word vectors: give option to auto-download
Idea: If vectors are not detected/available, give user the option to download to a default location. The user should be warned about the size and have to confirm the intention to download before it would proceed.
Any example you have in mind? I just checked the nlp examples and none of those are downloading any large data.
I can add this as part of the example review.
Added. Was a little tricky since it's downloading a file from a google drive link programatically and that is annoying and tricky..