MyModel-v1.5 / another_module.py
zmoshe's picture
first version
6bc0d51
import torch.nn as nn
def create_super_module(size):
return nn.Linear(size, 1)