FCHarDNet icon indicating copy to clipboard operation
FCHarDNet copied to clipboard

How was weights/hardnet_petite_base.pth trained?

Open blake-varden opened this issue 4 years ago • 4 comments

Hi, I'm looking to convert this repo to Tensorflow. I believe most of the operations here are standard and it should be relatively straightforward to convert to Tensorflow.

I will however need to regenerate the pretrained weights for hardnet_petite_base. I was wondering if you could share the details of how you trained this?

Is the structure, just the decoder portion of the network followed by an FC layer to the number of classes and then Trained on ImageNet for 100 epochs?

blake-varden avatar Apr 16 '20 18:04 blake-varden

Hi, yes we trained it with ImageNet for the first 100 epochs out of a totally 150 epochs of cosine learning rate schedule.

PingoLH avatar Apr 21 '20 17:04 PingoLH

Hi thank you. And to confirm the architecture of the petitie base is : the decoder + fc layer + softmax to classify the classes?

blake-varden avatar Apr 21 '20 17:04 blake-varden

Yes, just add a fc layer with a cross entropy loss should be fine.

PingoLH avatar Apr 21 '20 17:04 PingoLH

How much hours have you spent for training the model with ImageNet?

DonghweeYoon avatar Aug 19 '20 05:08 DonghweeYoon