biplab2008 commited on
Commit
971c00f
·
verified ·
1 Parent(s): c1941df

Update cnn3d_model.py

Browse files
Files changed (1) hide show
  1. 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