I have used the example notebook to train a Linknet model. It is working with tensorflow 2.9.2. However I am having issues when I repeat the same steps with tensorflow 2.4.0. I checked the model.summary(). There is an issue in the softmax layer:
Linknet(BACKBONE, encoder_weights='imagenet', classes=12, activation=activation)
I have used the example notebook to train a Linknet model. It is working with tensorflow 2.9.2. However I am having issues when I repeat the same steps with tensorflow 2.4.0. I checked the model.summary(). There is an issue in the softmax layer:
Linknet(BACKBONE, encoder_weights='imagenet', classes=12, activation=activation)
TF 2.9.2:
TF 2.4.0: