chenghao-ch94 / DFRFS

[TNNLS 2023] Disentangled Feature Representation for Few-shot Image Classification
19 stars 0 forks source link

Is there any error in the provided code? #2

Closed OKCup closed 11 months ago

OKCup commented 11 months ago

I ran pretrain.py and the code on line 160 has the following error,: ValueError: too many values to unpack. I checked classifier.py and found that only one value is returned

chenghao-ch94 commented 11 months ago

Thank you for your comments. Line 160 should only return one value. The existing version is not for this paper. I have fixed it.

OKCup commented 11 months ago

Thank you, it's working now.