Closed xiaohoua closed 1 year ago
DO i need to run train.py firstly?
No, it does not need to retrain the model for testing. Could you please provide more context details about the error message? For example, which line raised this error?
line 13 in test.py ( from mmcls.core import wrap_fp16_model)
I guess it may be caused by an incompatible mmcls installation. Did you install mmcls manually? Try to run pip uninstall mmcls
,and try again.
thanks for your patient answer. I solve this problem by delete mmclassification i used downloaded. But there is another problem about the dataset RAF-DB。I had send email to get this dataset.But it dosen't reply. So may I ask if you keep a copy of RAF-DB data there? If so, would it be convenient to send it to me? there are my email : 332858@whut.edu.cn 2889608379@qq.com I am looking forward to receiving your reply!
Hi,I get an error when i run tools/test.py. the error is : ImportError: cannot import name 'wrap_fp16_model' from 'mmcls.core' I can't find 'wrap_fp16_model' in 'mmcls.core'. I would be appreciated if you could help me!