facebookresearch/higher

torch.optim.AdamW not in the list of supported optimizers

Open

#88 aperta il 8 nov 2020

Vedi su GitHub
 (2 commenti) (0 reazioni) (0 assegnatari)Python (123 fork)batch import
enhancementgood first issue

Metriche repository

Star
 (1556 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

I know that it's possible to define our own custom Differentiable Optimizers and get higher to register them. But I was wondering why optim.AdamW is not supported, since from the doc it appears that optimizers from torch.optim are available out of the box.

Guida contributor