Feature Request
Could you please provide pretrained resnet18/34 on imagenet?
Thanks very much!
Also, could you provide pre-trained models using VGG as the feature extractor? I understand that they're not the best ones but still, many people would be interested in using them.
It appears we don't support training a resnet 18/34 model either, in the Slim resnet_v1.py file.
@sguada any plans to create pretrained models for resnet18/34?
ResNet was moved to official directory so it will be great if someone with good gpu can provide some pretrained weights for all the configurations: 18,34,50,101,152,200
https://github.com/tensorflow/models/tree/master/official/resnet
Closing this as different sizes can be configured through --resnet_size
in resnet.py
.
How is this issue solved by just configuring a different size? The ask was to provide a pretrained ResNet-18 model. As of today, ResNet-50 is the only one available. Perhaps we can specify a smaller size and those variables will be able to be warm started from the ResNet-50 model, but that isn鈥檛 the same as providing as pretrained ResNet-18. Am I wrong?
Can we expect a pre-trained Resnet 34 model to be available? Has there been an update on this?
Tensorflow really should include ResNet-18 and -34 by default.
Most helpful comment
How is this issue solved by just configuring a different size? The ask was to provide a pretrained ResNet-18 model. As of today, ResNet-50 is the only one available. Perhaps we can specify a smaller size and those variables will be able to be warm started from the ResNet-50 model, but that isn鈥檛 the same as providing as pretrained ResNet-18. Am I wrong?