changlin31 / DNA

(CVPR 2020) Block-wisely Supervised Neural Architecture Search with Knowledge Distillation
234 stars 35 forks source link

Which version is timm used? #5

Closed 5663015 closed 4 years ago

5663015 commented 4 years ago

Could you bring out the specific version of timm? Thank you!

jiefengpeng commented 4 years ago

We test with timm==0.1.14. It is the leatest version.

5663015 commented 4 years ago

But there is no "GenEfficientNet" Class in timm 0.1.14 ?

jiefengpeng commented 4 years ago

Oops, It seems the author has resconstructed the code and rm the <class 'timm.models.gen_efficientnet.GenEfficientNet'>. But I can still import it with pip install timm. Make sure you did not import it from the repo directly.

5663015 commented 4 years ago

I have used other implement in my code. Thank you very much for your reply!

jiefengpeng commented 4 years ago

Welcome :)