huawei-noah / vega

AutoML tools chain
http://www.noahlab.com.hk/opensource/vega/
Other
842 stars 175 forks source link

TransNAS-Bench-101 download link is broken #290

Open ntraft opened 6 months ago

ntraft commented 6 months ago

The download link for TransNAS-Bench-101 provided here is broken. However, I was still able to get the file from Google Drive here.

jedibobo commented 6 months ago

Hey @ntraft I have been learning vega recently, and saw you have been using vega for a long time and provided this TransNAS bench101 download link. I wonder do you have this pretrained_model_file: "/cache/models/031-_64_12-1111-11211112-2.pth" which is used in dnet_nas. I searched everywhere on Internet and still unable to download this model, as well as the D-Net variants in ModelZoo. Thanks for your help!

https://github.com/huawei-noah/vega/blob/master/examples/nas/dnet_nas/fine_tune_torch.yml general: backend: pytorch

pipeline: [fine_tune]

fine_tune: pipe_step: type: TrainPipeStep model: model_desc: type: DNet encoding: "031-_64_12-1111-11211112-2" n_class: 10 pretrained_model_file: "/cache/models/031-_64_12-1111-11211112-2.pth" head: "fc" trainer: type: Trainer

ntraft commented 6 months ago

So sorry, I don't have that.

jedibobo commented 6 months ago

@ntraft That's fine, thank you as well. I am trying to contact with noahlab through QQ on its website.