Created
May 24, 2020 11:05
-
-
Save iavinas/344b9be9e3a7431f5882d4456b304192 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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