bonlime / keras-deeplab-v3-plus

Keras implementation of Deeplab v3+ with pretrained weights
MIT License
1.36k stars 428 forks source link

Problem Training #146

Closed pimonteiro closed 3 years ago

pimonteiro commented 3 years ago

Hello! As anyone managed to train the model using the cityscapes weights? Can you share the code for analysis? I've been following the code specified on the README but so far I haven't been able to execute an epoch due to erros on the last layers while training (even tho i can predict correctly).

pimonteiro commented 3 years ago

I am closing this issue as the error was on the training callbacks and not on the model itself.