摘要:
resnet50 pytorch版本实现 torchvision.models.resnet import torch.nn as nn import math import torch.utils.model_zoo as model_zoo __all__ = ['ResNet', 'resne 阅读全文
摘要:
关于parser.add_argument()记录一个特殊的情况:action 栗子1:self.parser.add_argument('--lr_use', action='store_true', default=False, help='if or not use lr_loss') 当在终 阅读全文