TinyZeaMays / CircleLoss

Pytorch implementation of the paper "Circle Loss: A Unified Perspective of Pair Similarity Optimization"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could you show us the dataset's format?

Dr-Zhou opened this issue · comments

mnist's format?

for img, label in tqdm(train_loader):
print(img, label)

I run this project, but it comes with some problems. The problems are the following. Could you give me some advice?

AU_{8MV}98BNE_WZE(4~}Q6

I tested on pytorch 1.4.0. Some version may not support .mean(dim=[2, 3]), .squeeze(-1).squeeze(-1) may help.

Thank you. I will try it.