mirror of
https://github.com/aladdinpersson/Machine-Learning-Collection.git
synced 2026-04-10 12:33:44 +00:00
update
This commit is contained in:
@@ -11,7 +11,7 @@ Programmed by Aladdin Persson <aladdin.persson at hotmail dot com>
|
|||||||
|
|
||||||
# Imports
|
# Imports
|
||||||
import torch
|
import torch
|
||||||
import torch.nn as nn # All neural network modules, nn.Linear, nn.Conv2d, BatchNorm, Loss functions
|
from torch import nn
|
||||||
|
|
||||||
|
|
||||||
class GoogLeNet(nn.Module):
|
class GoogLeNet(nn.Module):
|
||||||
|
|||||||
Reference in New Issue
Block a user