ml5js / training-charRNN

Training charRNN model for ml5js
Other
96 stars 46 forks source link

Reworking for filename input for better cloud integration #15

Closed shiffman closed 4 years ago

shiffman commented 4 years ago

I am going to run some more tests tomorrow before merging, but I am having some issues with the way this training script handles file paths on cloud servers. By specifying the full path to the input file (e.g. --data_path=./data/input.txt rather than the directory --data_path=./data I am able to resolve the issues.