facebookresearch/higher

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

Open

#88 aberto em 8 de nov. de 2020

Ver no GitHub
 (2 comments) (0 reactions) (0 assignees)Python (123 forks)batch import
enhancementgood first issue

Métricas do repositório

Stars
 (1.556 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

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.

Guia do colaborador