- 博客(1)
- 收藏
- 关注
原创 关于动态调整学习率
import torch import torch.nn as nn from torch.optim.lr_scheduler import LambdaLR initial_lr = 0.1 class model(nn.Module): def __init__(self): super().__init__() self.conv1 = nn.Conv2d(in_channels=3, out_channels=3, kernel_size=3)
2021-04-02 18:29:03 1548 4
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人