Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KaiyangZhou/pytorch-center-loss
/ types & classes
Types & classes
6 in github.com/KaiyangZhou/pytorch-center-loss
⨍
Functions
24
◇
Types & classes
6
↓ 3 callers
Class
AverageMeter
Computes and stores the average and current value. Code imported from https://github.com/pytorch/examples/blob/master/imagenet/main.py#
utils.py:17
↓ 1 callers
Class
CenterLoss
Center loss. Reference: Wen et al. A Discriminative Feature Learning Approach for Deep Face Recognition. ECCV 2016. Args:
center_loss.py:4
↓ 1 callers
Class
Logger
Write console output to external text file. Code imported from https://github.com/Cysu/open-reid/blob/master/reid/utils/logging.py.
utils.py:43
Class
ConvNet
LeNet++ as described in the Center Loss paper.
models.py:7
Class
MNIST
datasets.py:7
Class
ToGray
Convert image from RGB to gray level.
transforms.py:4