Skip to content

Commit

Permalink
afad dataloader
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt committed Jun 22, 2019
1 parent 1dae767 commit dd4a702
Show file tree
Hide file tree
Showing 3 changed files with 683 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Datasets

AFAD-Lite
tarball*
pytorch_ipynb/rnn/.data/
pytorch_ipynb/rnn/.vector_cache/
cifar-10-batches-py
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ A collection of various deep learning architectures, models, and tips for Tensor
- Using PyTorch Dataset Loading Utilities for Custom Datasets -- Face Images from CelebA [[PyTorch](pytorch_ipynb/mechanics/custom-data-loader-celeba.ipynb)]
- Using PyTorch Dataset Loading Utilities for Custom Datasets -- Drawings from Quickdraw [[PyTorch](pytorch_ipynb/mechanics/custom-data-loader-quickdraw.ipynb)]
- Using PyTorch Dataset Loading Utilities for Custom Datasets -- Drawings from the Street View House Number (SVHN) Dataset [[PyTorch](pytorch_ipynb/mechanics/custom-data-loader-svhn.ipynb)]
- Using PyTorch Dataset Loading Utilities for Custom Datasets -- Asian Face Dataset (AFAD) [[PyTorch](pytorch_ipynb/mechanics/custom-data-loader-afad.ipynb)]

#### Training and Preprocessing

Expand Down
Loading

0 comments on commit dd4a702

Please sign in to comment.