K00B404 commited on
Commit
fe02842
1 Parent(s): e045345

Update big_1024_model.py

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