class MLP(nn.Block): # Declare a layer with model parameters. Here, we declare two fully # connected layers. def __init__(self, **kwargs): # Call the ...
確定! 回上一頁