Exercise 9- schedule_lr_decay Week 2

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

1 Like

To check if it is multiple you can can change the module operator result comparison to 0

1 Like