daniel-kukiela / nmt-chatbot

NMT Chatbot
GNU General Public License v3.0
387 stars 214 forks source link

Train.py says it's finished training after 1 second. #171

Open me990th opened 3 years ago

me990th commented 3 years ago

I ran all the setup files, but when I run Train.py it only takes 1 second, and doesn't train. This is what it says:

Training model...

Epoch: 1, learning rate: 0.001 - already passed Epoch: 2, learning rate: 0.0001 - already passed Epoch: 3, learning rate: 1e-05 - already passed

Training finished

Any help would be nice.

Scum1254 commented 3 years ago

i think youleft the degsult settings for how much epochs you want to train. thats only three epochs on default. long time ago when i was workung wirh this project bit i think there is a line where ou can add more epochs. Sonething like epochs: „0.001“, „0.00001“ ecet.

me990th notifications@github.com schrieb am Di. 22. Dez. 2020 um 13:26:

I ran all the setup files, but when I run Train.py it only takes 1 second, and doesn't train. This is what it says:

�[32mTraining model...�[39m

�[32mEpoch: 1, learning rate: 0.001 - already passed�[39m �[32mEpoch: 2, learning rate: 0.0001 - already passed�[39m �[32mEpoch: 3, learning rate: 1e-05 - already passed�[39m

�[32mTraining finished�[39m

Any help would be nice.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/daniel-kukiela/nmt-chatbot/issues/171, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMNQ5Z6AFHHGEMIGR2DUUZTSWCF6FANCNFSM4VFSGKCQ .

NoCodeAvaible commented 3 years ago

Do you got a soloution for your Issue?