Spaces:
Paused
Paused
Commit
·
cff8aa8
1
Parent(s):
449a298
Add nn
Browse files
app.py
CHANGED
|
@@ -4,6 +4,8 @@ import sys
|
|
| 4 |
|
| 5 |
from IPython import display
|
| 6 |
import torch
|
|
|
|
|
|
|
| 7 |
from torchvision import transforms
|
| 8 |
from torchvision import utils as tv_utils
|
| 9 |
from torchvision.transforms import functional as TF
|
|
|
|
| 4 |
|
| 5 |
from IPython import display
|
| 6 |
import torch
|
| 7 |
+
from torch import nn
|
| 8 |
+
from torch.nn import functional as F
|
| 9 |
from torchvision import transforms
|
| 10 |
from torchvision import utils as tv_utils
|
| 11 |
from torchvision.transforms import functional as TF
|