torch& tensorflow
摘要:#torchimport torch import torch.nn as nn import torch.nn.functional as F class Net(nn.Module): def __init__(self): super(Net, self).__init__() # 1 inp
阅读全文
posted @ 2022-05-16 18:42
posted @ 2022-05-16 18:42