Skip to content

Commit d945e7a

Browse files
update
1 parent d8f3bb6 commit d945e7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ML/Pytorch/CNN_architectures/pytorch_inceptionet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
# Imports
1313
import torch
14-
import torch.nn as nn # All neural network modules, nn.Linear, nn.Conv2d, BatchNorm, Loss functions
14+
from torch import nn
1515

1616

1717
class GoogLeNet(nn.Module):

0 commit comments

Comments
 (0)