Image Classification
English
nicholasKluge commited on
Commit
c2b36ed
·
verified ·
1 Parent(s): 534cd39

Update lennon.py

Browse files
Files changed (1) hide show
  1. lennon.py +1 -0
lennon.py CHANGED
@@ -1,4 +1,5 @@
1
  import torch.nn as nn
 
2
 
3
  class LeNNon(nn.Module):
4
  def __init__(self):
 
1
  import torch.nn as nn
2
+ import torch
3
 
4
  class LeNNon(nn.Module):
5
  def __init__(self):