There was an error while loading. Please reload this page.
1 parent d8f3bb6 commit d945e7aCopy full SHA for d945e7a
ML/Pytorch/CNN_architectures/pytorch_inceptionet.py
@@ -11,7 +11,7 @@
11
12
# Imports
13
import torch
14
-import torch.nn as nn # All neural network modules, nn.Linear, nn.Conv2d, BatchNorm, Loss functions
+from torch import nn
15
16
17
class GoogLeNet(nn.Module):
0 commit comments