changlin31 / DNA

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

Fixed import numpy error. #21

Closed xmlyqing00 closed 3 years ago

xmlyqing00 commented 3 years ago

When I tried to run the code, there was an error said "np is undefined in line 19". So I add the first line to fix this bug.

changlin31 commented 3 years ago

Thank you!