How can l train from scratch resent-152 on my own dataset?

Hello,

l’m newbie to Pytorch.

l’m looking for a trick to train resnet-152 from scratch on my own dataset (not ImageNet dataset).

Is there any available code for such things ?

Thank you

You can use the code from the ImageNet example and substitute the dataset with your own dataset.