Skip to content

Commit 71ab88a

Browse files
authored
Update loaders.py
1 parent 985fb15 commit 71ab88a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

automlp/loaders.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@
1717
from scipy import ndimage as ndi
1818
from torch import nn, optim
1919

20-
import h5py
21-
import params
22-
23-
2420
def from_numpy(a):
2521
"""Robust conversion from anything to torch.Tensor
2622

0 commit comments

Comments
 (0)