Impression2805 / CVPR21_PASS

PyTorch implementation of our CVPR2021 (oral) paper "Prototype Augmentation and Self-Supervision for Incremental Learning"
103 stars 20 forks source link

What does 'args.temp' mean in code PASS.py? #7

Open dy1998 opened 2 years ago

dy1998 commented 2 years ago

Hello, I wonder why the output and soft_feat_aug should be divided by args.temp when compute ce loss?