TE-andrewshin
TE-andrewshin
If you run `train.py` all the way through, then it will save the checkpoints by default. I'm not sure why `model-load-path` is not working in your second question. Could you...
I see. It actually looks like` train.py` is missing a part for loading checkpoints. We will update it asap. In the mean time, you can do the following: Add the...
You can also check out our DQN example! https://github.com/sony/nnabla-examples/tree/master/reinforcement_learning/dqn
Thank you very much for your inquiry. As of now, CPU version of LSTM is not implemented yet, but is currently in progress. We will link a pointer in this...