zl程序教程

您现在的位置是:首页 >  其他

当前栏目

mobilenet精髓全力解析,全力迁移到别的网络

迁移网络 解析 精髓 别的 全力 MobileNet
2023-09-14 09:05:37 时间



















import torch
import torch.nn as nn
import torch.nn.functional as F

class Block(nn.Module):
    '''Depthwise conv + Pointwise conv'''
    def