broadinstitute / keras-resnet

Keras package for deep residual networks
Other
300 stars 128 forks source link

Transfer Learning #22

Open system123 opened 7 years ago

system123 commented 7 years ago

I generated the docs as I saw something on transfer learning, however, the docs don't seem complete. Is there a way to load the ReNet18 with weights based on ImageNet or CIFAR? Or has this not yet been implemented?

0x00b1 commented 7 years ago

Hi, @system123. I have not generated ImageNet weights for ResNet-18. If you don't mind waiting a day or two, I can start creating them today. Let me know!

system123 commented 7 years ago

Sure I don't mind waiting, if you can document the process briefly perhaps then I can do it for other weights for other network sizes if I need to, and I'll submit this back to the project.

On 19 Jul 2017 22:49, "Allen Goodman" notifications@github.com wrote:

Hi, @system123 https://github.com/system123. I have not generated ImageNet weights for ResNet-18. If you don't mind waiting a day or two, I can start creating them today. Let me know!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/broadinstitute/keras-resnet/issues/22#issuecomment-316512694, or mute the thread https://github.com/notifications/unsubscribe-auth/AAFldS2qSBhgyiQ3dmXC-VCagNRCsLymks5sPmvCgaJpZM4OcpUB .

kvnsng commented 6 years ago

Hi, @0x00b1 I was just wondering if this has been resolved? Is it possible to load a resnet18 with imagenet weights?

KittyLiou commented 5 years ago

Hi, I also wonder if there's a pretrained model on ImageNet for ResNet50?