facebookresearch/higher

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

Open

#88 geöffnet am 8. Nov. 2020

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (123 Forks)batch import
enhancementgood first issue

Repository-Metriken

Stars
 (1.556 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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.

Contributor Guide