NishantD commited on
Commit
9c5ae73
·
verified ·
1 Parent(s): 4cf9e1d

Update train.py

Browse files
Files changed (1) hide show
  1. train.py +1 -1
train.py CHANGED
@@ -1,7 +1,7 @@
1
  import torch
2
  import torch.nn as nn
3
  import torch.nn.functional as F
4
- import lightning as L
5
 
6
  class DoubleConv(nn.Module):
7
  def __init__(self, in_channels, out_channels):
 
1
  import torch
2
  import torch.nn as nn
3
  import torch.nn.functional as F
4
+ import pytorch_lightning as L
5
 
6
  class DoubleConv(nn.Module):
7
  def __init__(self, in_channels, out_channels):