if (epoch_num % time_interval)==1:
learning_rate = learning_rate01/(1+decay_rate(epoch_num/time_interval))
Hi, any help? I can’t get the learning_rate to decrease. Thanks
if (epoch_num % time_interval)==1:
learning_rate = learning_rate01/(1+decay_rate(epoch_num/time_interval))
Hi, any help? I can’t get the learning_rate to decrease. Thanks
To check if it is multiple you can can change the module operator result comparison to 0