Jianyang Gu

Results 2 issues of Jianyang Gu

Hi, I am wondering why the inputs of triplet loss are the same as cross entropy loss? https://github.com/DuanYiqun/Auto-ReID-Fast/blob/c447ddf0bbb949e16c9521e9165603c4c3fb0570/models/losses.py#L64 ```class retrieval_loss(nn.Module): def __init__(self, lamb = 0.5): super().__init__() self.lamb = lamb self.cross_entropy...

Hi there, while executing make command, I met with the following error: json.hpp: In function ‘bool nlohmann::operator