File size: 95 Bytes
226675b |
1 2 3 4 5 |
import torch
class none_class(torch.nn.Module):
def forward(self, x):
return x |
226675b |
1 2 3 4 5 |
import torch
class none_class(torch.nn.Module):
def forward(self, x):
return x |