Example: pytorch model class Model(nn.Module): def __init__(self, in_features=4, h1=8, h2=9, out_features=3): # how many layers? super().
確定! 回上一頁