Evgeny Kaskov

Results 2 issues of Evgeny Kaskov

Hi @LeslieZhoa ! How can you compare the dictionary and the float? https://github.com/LeslieZhoa/DCT-NET.Pytorch/blob/b303f416c2caf05114fd38f10b0570df903b4462/trainer/ModelTrainer.py#L124 This method is called here: https://github.com/LeslieZhoa/DCT-NET.Pytorch/blob/b303f416c2caf05114fd38f10b0570df903b4462/trainer/ModelTrainer.py#L96 But the val_loss obtained in CCNTrainer.evalution is an empty dictionary: https://github.com/LeslieZhoa/DCT-NET.Pytorch/blob/b303f416c2caf05114fd38f10b0570df903b4462/trainer/CCNTrainer.py#L196-L206...

There was a repetition "sunglasses" at IMAGENET_CLASSES. As far as I understand, these class names have already been corrected (for instance, 'crane' transform into "crane bird" and "construction crane", but...