p2irc / deepplantphenomics

Deep learning for plant phenotyping.
GNU General Public License v2.0
133 stars 46 forks source link

set_learning_rate_decay #24

Closed 3nryk closed 5 years ago

3nryk commented 5 years ago

Hi!

I'm having an error when doing model.set_learning_rate_decay() after model.load_multiple_labels_from_csv().

self.__total_training_samples is set to 0 and is only changed when we do model.begin_training(). image

Thank you!

jubbens commented 5 years ago

Fixed in 0c55eb5. Thanks @donovanlavoie !