Forwarded from Tensorflow(@CVision) (Alireza Akhavan)
پیدا کردن بهترین learning rate
Cyclical Learning Rates for Training Neural Networks
https://medium.com/@lipeng2/cyclical-learning-rates-for-training-neural-networks-4de755927d46
در کراس:
https://github.com/bckenstler/CLR/blob/master/clr_callback_tests.ipynb
در تنسرفلو یکی pull request کرده اما هنوز merge نشده - اما میشه کدشو دید:
https://github.com/tensorflow/tensorflow/pull/20785/commits/e1b30b2c50776fc1e660503d07451a6f169a7ff9
در کتابخانه fast.ai هم که خود کتابخانه پشتیبانی میکنه:
https://github.com/fastai/fastai/tree/master/fastai
مرتبط با مقاله ی
https://t.me/cvision/701
#learning_rate #keras #tensorflow #fastai
Cyclical Learning Rates for Training Neural Networks
https://medium.com/@lipeng2/cyclical-learning-rates-for-training-neural-networks-4de755927d46
در کراس:
https://github.com/bckenstler/CLR/blob/master/clr_callback_tests.ipynb
در تنسرفلو یکی pull request کرده اما هنوز merge نشده - اما میشه کدشو دید:
https://github.com/tensorflow/tensorflow/pull/20785/commits/e1b30b2c50776fc1e660503d07451a6f169a7ff9
در کتابخانه fast.ai هم که خود کتابخانه پشتیبانی میکنه:
https://github.com/fastai/fastai/tree/master/fastai
مرتبط با مقاله ی
https://t.me/cvision/701
#learning_rate #keras #tensorflow #fastai
Medium
Cyclical Learning Rates for Training Neural Networks
Learning rate is one of the most important hyper parameters when it comes to training a neural network. It determines the magnitude of…