facebookresearch/higher

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

Open

#88 ouverte le 8 nov. 2020

Voir sur GitHub
 (2 commentaires) (0 réactions) (0 assignés)Python (123 forks)batch import
enhancementgood first issue

Métriques du dépôt

Stars
 (1 556 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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.

Guide contributeur