Open zhangzhang-vvv opened 4 years ago
Change the LR by below code: K.set_value(model.optimizer.lr, 0.0001)
Also faced similar issues, but then realized the preprocessing work is insufficient, and null values in any part of your dataset can break the model, thus giving you nan losses.
No, it takes the defaulf one by adam. If you want to change it, add it in the config.json and change it in the model.py