tensorflow / tpu

Reference models and tools for Cloud TPUs.
https://cloud.google.com/tpu/
Apache License 2.0
5.21k stars 1.77k forks source link

pre-train model weight of Mnasnet-small, d1, d1-320 #668

Open ejoyfeng opened 4 years ago

ejoyfeng commented 4 years ago

How to get pretrain model weight of Mnasnet-small, d1, d1-320?

tigert1998 commented 4 years ago

This repo doesn't provide pretrained models under these configs. It seems that the only way to get a pretrain model is downloading from a url in a jupyter notebook (See https://github.com/tensorflow/tpu/issues/666).

ejoyfeng commented 4 years ago

This repo doesn't provide pretrained models under these configs. It seems that the only way to get a pretrain model is download from a url in a jupyter notebook (See #666).

only the url of mnasnet-a1 and mnasnet-b1 are available. But mansnet small, d1, d1-320 are miss.