tzuhanchang / HyPER

Hypergraph for Particle Event Reconstruction
MIT License
3 stars 0 forks source link

Implement `lr_scheduler` #31

Closed tzuhanchang closed 3 months ago

tzuhanchang commented 3 months ago

Implement lr_scheduler in HyPER.

tzuhanchang commented 3 months ago

Also need to add lr_scheduler related options in the configuration file.

tzuhanchang commented 3 months ago

Also need to add lr_scheduler related options in the configuration file.

Ignore for now. If required, please open an issue here.

tzuhanchang commented 3 months ago

This pull request implements the learning rate scheduler torch.optim.lr_scheduler.ReduceLROnPlateau; more could be added in future releases.