花费 5 ms
nll_loss

import torch import torch.nn.functional as F input=torch.randn(3,4) label=torch.tensor([0,2,1] ...

Fri Sep 27 02:10:00 CST 2019 0 447
xavier_uniform/xavier_normal

import math from torch.autograd import Variable import torch import torch.nn as nn import warni ...

Sat Sep 28 00:10:00 CST 2019 0 409

 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM