ml5js / training-charRNN

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

Training "Cache"? #18

Closed peilingjiang closed 4 years ago

peilingjiang commented 4 years ago

When I tried to continually train models with different text files, without moving out or deleting generated models, checkpoints etc., the later model files got will always be exactly the same as the first one trained - and generate the same style texts as the first one, even though they are placed in different folders (named after the original text files) in models/.

I put all the original .txt files in one folder in the root of the repo folder. Haven't try if this can be resolved if they're placed in different folders.