No lr_scheduler in libtorch?

Isn’t there a facility for learning-rate scheduling in C++ libtorch, similar to torch.optim.lr_scheduler in Python? I can’t seem to find anything in the documentation or in the code. If not, any idea if this is in the works for an upcoming release? Thanks.

It’s not implemented (yet) and you can track the progress here.

1 Like