dydjw9 / MetaAttack_ICLR2020

45 stars 6 forks source link

Question regarding meta_training #19

Open lin2020 opened 4 years ago

lin2020 commented 4 years ago

Hi, I used your code to train a meta_learning. During training, I found that after several epochs, there is a big difference of the acc for training and test. e.g. Training acc: [7.49062896e-02 1.20647939e+01 5.44389091e-08 4.33921817e-07 2.67942748e-06 1.42312044e-05 2.44339314e-06] Test acc: [19.58 18.14 16.7 15.38 14.17 13.09 12.086 11.31 10.74 10.484 10.41 10.24 10.21 10.2 10.2 10.23 10.25 10.28 10.32 10.34 10.37 ] Here I trained a classifier and acc has been defined as cross entropy. Is the output correct?