localminimum / QANet

A Tensorflow implementation of QANet for machine reading comprehension
MIT License
983 stars 310 forks source link

How do I resume training off a checkpoint? #51

Closed NatCusack closed 5 years ago

NatCusack commented 5 years ago

After training the model to 46 percent there was a power outage. What command do I use to resume training? I'm on checkpoint 26.

Thanks in Advance

NatCusack commented 5 years ago

I figured it out python config.py --mode train model_26000

Issue solved therefore closing