consistent nn. and nn.functional: part 5 docs (#12161)
This commit is contained in:
@@ -518,7 +518,7 @@ PyTorch, called ``SimpleModel`` as follows:
|
||||
|
||||
.. code:: python
|
||||
|
||||
import torch.nn as nn
|
||||
from torch import nn
|
||||
|
||||
class SimpleModel(nn.Module):
|
||||
def __init__(self):
|
||||
|
||||
Reference in New Issue
Block a user