A well known place to download many pretrained model weights for tensorflow slim is this page https://github.com/tensorflow/models/tree/master/slim. This page is also referenced by lots of links(now all invalid). I remember a couple of days ago I visited this page and all is fine, but now it simply stops working(github returns 404). Can anybody kindly inform me if it is moved to some other place, or completely deleted. Or, can somebody suggest me a place to download classical CNNs pretrained weights for tensorflow or tf-slim. Any help would be appreciated.
Asked
Active
Viewed 1,714 times
1
-
1it got moved last week, see this -- https://groups.google.com/a/tensorflow.org/forum/#!topic/discuss/cOmsaKtfNZU – Yaroslav Bulatov Sep 23 '17 at 17:01
-
@Yaroslav Bulatov Thank you very much. It solves my problem. – Zhao Chen Sep 23 '17 at 17:13
1 Answers
0
The tf.slim
code has been moved to https://github.com/tensorflow/models/tree/master/research/slim.

mrry
- 125,488
- 26
- 399
- 400