Skip to content

pytorch-optimizer v3.1.1

Compare
Choose a tag to compare
@kozistr kozistr released this 14 Aug 09:47
a8eb19c

Change Log

Feature

Bug

  • Handle the optimizers that only take the model instead of the parameters in create_optimizer(). (#263)
  • Move the variable to the same device with the parameter. (#266, #267)