lyakaap / image-feature-learning-pytorch

PyTorch implementation of Center Loss & Contrastive-Center Loss.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

image-feature-learning-pytorch

A Pytorch implementation of Center Loss & Contrastive-Center Loss.

(Thanks: https://github.com/jxgu1016/MNIST_center_loss_pytorch)

Modification/Addition:

  • Implement Contrastive-Center Loss in addition to original one.
  • Refactor and fix discrepancies between the paper and the implementation.
  • Make calculation of center loss faster.

About

PyTorch implementation of Center Loss & Contrastive-Center Loss.

License:MIT License


Languages

Language:Python 100.0%