Skip to content

pytorch-optimizer v2.6.1

Choose a tag to compare

@kozistr kozistr released this 22 Apr 12:14
be0351d

Change Log

Fix

  • variables are not located on the same device with the gradients, #132 (related to #131) (thanks to @Bing-su)
  • fix approximate_sq_grad() in Adafactor optimizer, #132