FashionAI
FashionAI copied to clipboard
What are the files inside ./models/numpy/ ??
How the files inside numpy folder has been created? Because I got error -- FileNotFoundError: [Errno 2] No such file or directory: './models/numpy/se_resnet50.npy'
npy files are the pretrained model which is taken as start model in training. You can get the *.npy files by models/numpy/download.sh.