Skip to content

Instantly share code, notes, and snippets.

@seanbenhur
Created August 29, 2020 11:49
Show Gist options
  • Save seanbenhur/95992fdb2cdad6c0d6874804add510dc to your computer and use it in GitHub Desktop.
Save seanbenhur/95992fdb2cdad6c0d6874804add510dc to your computer and use it in GitHub Desktop.
# Load the the dataset from raw image folders
siamese_dataset = SiameseDataset(training_csv,training_dir,
transform=transforms.Compose([transforms.Resize((105,105)),
transforms.ToTensor()
])
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment