Skip to content

Instantly share code, notes, and snippets.

@iavinas
Created May 24, 2020 11:05
Show Gist options
  • Save iavinas/344b9be9e3a7431f5882d4456b304192 to your computer and use it in GitHub Desktop.
Save iavinas/344b9be9e3a7431f5882d4456b304192 to your computer and use it in GitHub Desktop.
bottleneck_features = np.load('bottleneck_features/DogResnet50Data.npz')
train_Resnet50 = bottleneck_features['train']
valid_Resnet50 = bottleneck_features['valid']
test_Resnet50 = bottleneck_features['test']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment