JSX_TTS / torch /testing /_internal /data /network1.py
UMMJ's picture
Upload 5875 files
9dd3461
Raw
History Blame Contribute Delete
138 Bytes
import torch.nn as nn
class Net(nn.Module):
def __init__(self):
super().__init__()
self.linear = nn.Linear(10, 20)