Closed 1451595897 closed 5 years ago
Hello! When I train the model,it shows that local variable 'lr' referenced before assignment.How can I deal with this problem?
Edit utils / core.py as follows.from 71 line.
def adjust_learning_rate(optimizer, gamma, epoch, step_index, iteration, epoch_size, cfg): global lr if epoch <= 5: ~ ~ ...
Hello! When I train the model,it shows that local variable 'lr' referenced before assignment.How can I deal with this problem?