-
I would like to ask why the evaluation of the config of the rkd algorithm in mmrazor cannot output the accuracy when written in this way. 问一下,为什么这样写mmrazor里rkd算法的config的evaluation无法输出准确率。 |
Beta Was this translation helpful? Give feedback.
Answered by
HIT-cwh
Oct 20, 2022
Replies: 2 comments
-
The total config code was written like this.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
The argument |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
vansin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The argument
validate
is False in functiontrain_mmcls_model
by default. (Ref to https://github.com/open-mmlab/mmrazor/blob/master/mmrazor/apis/mmcls/train.py#L51) Please set it to True and try again.