Skip to content

Instantly share code, notes, and snippets.

View amcs1729's full-sized avatar
🎯
Focusing

amcs1729

🎯
Focusing
View GitHub Profile
@amcs1729
amcs1729 / readme.md
Created June 6, 2020 15:16 — forked from flyyufelix/readme.md
Resnet-152 pre-trained model in Keras

ResNet-152 in Keras

This is an Keras implementation of ResNet-152 with ImageNet pre-trained weights. I converted the weights from Caffe provided by the authors of the paper. The implementation supports both Theano and TensorFlow backends. Just in case you are curious about how the conversion is done, you can visit my blog post for more details.

ResNet Paper:

Deep Residual Learning for Image Recognition.
Kaiming He, Xiangyu Zhang, Shaoqing Ren, Jian Sun
arXiv:1512.03385
@amcs1729
amcs1729 / list.md
Created June 27, 2021 10:29 — forked from ih2502mk/list.md
Quantopian Lectures Saved