AIWintermuteAI / aXeleRate

Keras-based framework for AI on the Edge
MIT License
176 stars 71 forks source link

Problems with the config - How to train more epochs #7

Closed enrique-torres closed 4 years ago

enrique-torres commented 4 years ago

I seem to be having issues with the config, as said in a previous issue. Is there a way to train more epochs?

AIWintermuteAI commented 4 years ago

Yes, of course, it's the "actual epoch" line in the config: "train" : { "actual_epoch": 5, Do you think the name is confusing?

enrique-torres commented 4 years ago

Yes, I feel like the name is a little bit confusing. Maybe something like number_epochs would make more sense. Thank you for everything, with more epochs I am managing to recognize things.