keras-deeplab-v3-plus
keras-deeplab-v3-plus copied to clipboard
Where is the last layer (1280 channels) in MobileNetV2 implementation?
In the model.py, I didn't find the last layer (1280 channels) after No.16 inverted_res_block. Why? It exists in MobileNetV2 paper and tensorflow.deepLab implementation.
Did you find the answer?