D-X-Y / AutoDL-Projects

Automated deep learning algorithms implemented in PyTorch.
MIT License
1.57k stars 282 forks source link

Can you release the searched model of ImageNet ? #48

Closed tuanhui-li closed 4 years ago

tuanhui-li commented 4 years ago

I want to use your searched model for study, can you release the finnal model checkpoints of ImageNet in Table 3 of your paper, or the searched model configirations, both will be ok, thanks !

D-X-Y commented 4 years ago

@tuanhui-li Would you mind to indicate which paper? This repo contains multiple searching algorithms.

tuanhui-li commented 4 years ago

Oh, I mean the paper of 'Network Pruning via Transformable Architecture Search', in configs/NeurIPS-2019, where only contains the model config of CIFAR-X. Can you share the model config of ImageNet and the final checkpoints reported on Table 3 of the original paper ? Thanks .

D-X-Y commented 4 years ago

@tuanhui-li Thanks for your interests. I will upload the configs in 24 hours. Currently, I'm largely re-organizing the codes and can not push those configs right now, sorry for the inconvenience. Regarding the final checkpoints, I find some of them in my server and will upload them soon, but some checkpoints are lost. Thanks for your patience.

tuanhui-li commented 4 years ago

@D-X-Y Maybe you can also provide the shell scripts for ImageNet model searching and inference, which will be much helpful. I think these hyper-parameters for ImageNet are different from the CIFARX, and the results on ImageNet are much more important.

D-X-Y commented 4 years ago

@tuanhui-li Sure, please see the following updates:

Hope my codes and checkpoints are useful to you :)

tuanhui-li commented 4 years ago

@D-X-Y I am sorry to bother you again ! Can you release the script for searching imagenet model ?

haolibai commented 4 years ago

Hi, I am also looking forward to search scripts of ResNet 18/50 on Imagenet dataset. Thank you very much!

D-X-Y commented 4 years ago

Sorry for the late reply. I will try to find