Closed crazygirl1992 closed 4 years ago
pretrained_weights = np.load('./data/vgg16.npy', encoding='latin1').item()
how to obtain the vgg16.npy file when i train the code,thank you !
oo ,iget it
pretrained_weights = np.load('./data/vgg16.npy', encoding='latin1').item()
how to obtain the vgg16.npy file when i train the code,thank you !