essentials_for_CIL icon indicating copy to clipboard operation
essentials_for_CIL copied to clipboard

How to get the results of CCIL+H-Aug ?

Open wusuoweima opened this issue 2 years ago • 0 comments

I expect to get the result of CCIL+H-Aug 71.66, but I get 68.25.

I conduct the following command

python main_cifar.py  \
        --new-classes 10 \
        --start-classes 50 \
        --cosine \
        --kd \
        --w-kd 1 \
        --epochs 120 \
        --exp-name 'kd_ep120_50_5' \
        --save \
        --num-sd 0\
        --aug  

Results: [79.56, 74.01666666666667, 69.98571428571428, 65.1375, 61.63333333333333, 59.16] Avg accuracy: 68.24886904761904

Do I miss some details?

Expect your reply. Thanks

wusuoweima avatar Aug 21 '22 06:08 wusuoweima