human-analysis / neural-architecture-transfer

Neural Architecture Transfer (Arxiv'20), PyTorch Implementation
http://hal.cse.msu.edu/papers/neural-architecture-transfer/
150 stars 21 forks source link

Questions about re-training codes. #4

Open D-X-Y opened 3 years ago

D-X-Y commented 3 years ago

Nice work and amazing performance.

Would you mind sharing the hyperparameters and scripts for re-training NAT-M1/NAT-M2?

vboddeti commented 3 years ago

The paper is still under review, so we will not be able to release the whole code. But, please take a look at the repo of our ECCV paper. Although the method is different, it includes code to train the searched models. https://github.com/mikelzc1990/nsganetv2

Vandermode commented 2 years ago

Hi, Since the paper has been now accepted to PAMI, I'm curious about whether you plan to release the code? Thanks!