facebookresearch/higher
GitHub で見るtorch.optim.AdamW not in the list of supported optimizers
Open
#88 opened on 2020年11月8日
enhancementgood first issue
説明
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.