This repository is implementation of pytorch application
- recurrentNet: simply implementing recurrent neural network
- GCN: implementation of graph convolution. In present, clustering and node embedding is done
Following files are re-implementation of several papers. Additional detail is written in each file.
- GAN: In present, wgan and sin-gan is implemented.
- Fader_Network: disentanglement of face based on encoder-decoder
- ArcFace: metric-learning for face verification
- channel_pruning: pruning method for convolutional layer (usually, used for model acceleration)
- LotteryTicket: Initial version, some tricks, like warmup, are not implemented.
- LotteryTicket_late_init: late resetting (described in paper) is applied.
- mixup: augmentation method
If you find some bags or opinions, feel free to make an issue.