facebookresearch/higher

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

Open

#88 创建于 2020年11月8日

在 GitHub 查看
 (2 评论) (0 反应) (0 负责人)Python (123 fork)batch import
enhancementgood first issue

仓库指标

Star
 (1,556 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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.

贡献者指南