GNAYUOHZ / ReID-MGN

Simple pytorch unofficial implement of paper: Learning Discriminative Features with Multiple Granularities for Person Re-Identification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why the default training epoch is as large as 500?

LuffysMan opened this issue · comments

The paper claimed only need 80 epochs to train. Another reproduction from seathiefwang has the same problem.

I know. It is because of the stategy of data sampling. You sampled part of the whole dataset for one epoch.