Spaces:
Running
Running
Update cnn3d_model.py
Browse files- cnn3d_model.py +2 -0
cnn3d_model.py
CHANGED
@@ -1,7 +1,9 @@
|
|
|
|
1 |
import torchvision.transforms as transforms
|
2 |
from typing import NamedTuple, List, Callable, List, Tuple, Optional
|
3 |
from torch import nn
|
4 |
import torch.nn.functional as F
|
|
|
5 |
|
6 |
|
7 |
|
|
|
1 |
+
import torch
|
2 |
import torchvision.transforms as transforms
|
3 |
from typing import NamedTuple, List, Callable, List, Tuple, Optional
|
4 |
from torch import nn
|
5 |
import torch.nn.functional as F
|
6 |
+
import numpy as np
|
7 |
|
8 |
|
9 |
|