tensorflow-deeplab-v3 icon indicating copy to clipboard operation
tensorflow-deeplab-v3 copied to clipboard

Training a custom dataset without a pre-trained model

Open abderhasan opened this issue 7 years ago • 3 comments

Hello,

Is there a way to train the model on a dataset from scratch? That is, without using a pre-trained model?

I believe my question is similar to a previous question, here.

Thanks a lot.

abderhasan avatar Oct 16 '18 00:10 abderhasan

Hi @abderhasan ,

Thank you for your interest in the repo. I think the easiest but dirty way to train the model from scratch is just commenting out these 2 lines.

I hope this helps.

rishizek avatar Oct 31 '18 13:10 rishizek

Hello @rishizek,

Looks great! Thanks so much for your kind support.

abderhasan avatar Oct 31 '18 14:10 abderhasan

@abderhasan , did it help? Are you able to train your custom data by commenting out those lines?

zsfVishnu avatar Jul 22 '19 11:07 zsfVishnu