google-research / big_transfer

Official repository for the "Big Transfer (BiT): General Visual Representation Learning" paper.
https://arxiv.org/abs/1912.11370
Apache License 2.0
1.5k stars 175 forks source link

Transfer Learning For Detectors #30

Closed abhiagwl4262 closed 4 years ago

abhiagwl4262 commented 4 years ago

Hey @kolesman I have been trying to do transfer Learning for Detection. I am trying to use Resnet50-width1 Bit pretrained model as backbone of retinanet. I am not being able to use Training configuration suggested in the paper. This is retinanet repo which I am using

I don't have access to TPU so not using tensorflow-tpu retinanet Repo retinanet repo you suggested

lucasb-eyer commented 4 years ago

This is not a question :) We cannot help with generic "I'm trying X but it doesn't work" questions so closing this, but if you have a concrete question, feel free to reopen.

abhiagwl4262 commented 4 years ago

@lucasb-eyer Hey man, Sorry for not being accurate and descriptive. Though, I made transfer learning with Bit models working for Detectors.

lucasb-eyer commented 4 years ago

Great to hear you got it working, thanks for the update!