You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, you can solve your problem like this. Write code in class Palette(BaseModel):
self.optG = torch.optim.Adam(list(filter(lambda p: p.requires_grad, self.netG.parameters())), **optimizers[0])
self.optimizers.append(self.optG)
Hi,
If we choose to train this model from the scratch on a custom dataset, should we warmup the learning rate in the begining and decrease it slowly?
I could not see the lr scheduler in the
class Palette(BaseModel)
Hope to get your reply.
The text was updated successfully, but these errors were encountered: