jeong-tae / RACNN-pytorch

This is a third party implementation of RA-CNN in pytorch.
201 stars 63 forks source link

some mistake in the code #22

Closed tobelyf closed 4 years ago

tobelyf commented 4 years ago

After line 183 in the trainer.py , did you forget this line of code "logits, , = net(images)"?

jeong-tae commented 4 years ago

OMG, I guess yes! you are right. Thank you! It may not effect to train but it makes hard to understand progress of learning. thank you!

https://github.com/jeong-tae/RACNN-pytorch/commit/3301753e660a8453d69b918d87950ff29a3c96ea applied in this commit