Skip to content

Commit

Permalink
BalancedBatchSampler description updated
Browse files Browse the repository at this point in the history
  • Loading branch information
adambielski committed Feb 8, 2019
1 parent 7e49ade commit 9c53153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ For pytorch 0.3 compatibility checkout tag torch-0.3.1
- **datasets.py**
- *SiameseMNIST* class - wrapper for a MNIST-like dataset, returning random positive and negative pairs
- *TripletMNIST* class - wrapper for a MNIST-like dataset, returning random triplets (anchor, positive and negative)
- *BalancedBatchSampler* class - BatchSampler for data loader, randomly chooses *n_classes* and *n_samples* from each class of a MNIST-like dataset
- *BalancedBatchSampler* class - BatchSampler for data loader, randomly chooses *n_classes* and *n_samples* from each class based on labels
- **networks.py**
- *EmbeddingNet* - base network for encoding images into embedding vector
- *ClassificationNet* - wrapper for an embedding network, adds a fully connected layer and log softmax for classification
Expand Down

0 comments on commit 9c53153

Please sign in to comment.