
pytorch
Charel_CHEN
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Pytorch Transfer learning
Pytorch Transfer learning标签(空格分隔): PytorchThese two major transfer learning scenarios looks as follows:Finetuning the convnet: Instead of random initializaion, we initialize the network with a pretrai原创 2017-12-16 17:51:28 · 887 阅读 · 0 评论 -
MobileNet-v2 pytorch 代码实现
MobileNet-v2 pytorch 代码实现标签(空格分隔): Pytorch 源码MobileNet-v2 pytorch 代码实现主函数model.pyinverted_residual_sequence、InvertedResidualBlock、conv2d_bn_relu6train.py总结主函数import torch.bac...原创 2018-05-24 17:06:56 · 11051 阅读 · 3 评论