RobotJelly commited on
Commit
4e156fd
·
1 Parent(s): dc13855
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -11,6 +11,7 @@ from torchvision import datasets
11
  from PIL import ImageFile
12
  import torch.nn as nn
13
  from collections import OrderedDict
 
14
 
15
  dog_files = np.array(glob('dogImages/*/*/*'))
16
  human_files = np.array(glob('lfw/*/*'))
 
11
  from PIL import ImageFile
12
  import torch.nn as nn
13
  from collections import OrderedDict
14
+ import pathlib
15
 
16
  dog_files = np.array(glob('dogImages/*/*/*'))
17
  human_files = np.array(glob('lfw/*/*'))