fastai 源码浅析 - LayerGroups
fastai 在使用预训练模型进行迁移学习(Transfer Learning)时, 有一项很酷的特性: 你可以给模型的 不同 layer 设置不同的 learning rate (Discriminative Learning Rates).
然而一些模型 如 ResNet 有很多层, 要给每一层都设置一个不同的 ...
Continue reading →fastai 在使用预训练模型进行迁移学习(Transfer Learning)时, 有一项很酷的特性: 你可以给模型的 不同 layer 设置不同的 learning rate (Discriminative Learning Rates).
然而一些模型 如 ResNet 有很多层, 要给每一层都设置一个不同的 ...
Continue reading →