Spaces:
Sleeping
Sleeping
Update train.py
Browse files
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
|
| 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):
|