Open luistelmocosta opened 4 years ago
@luistelmocosta You can drop all FC layers and append Encoding module to the end of last conv. layer.
Well, but I would still need a FC after the Encoding Module, right?
Yes, one FC is needed for prediction.
What you suggest is to remove my FC6 layer, add the Encoding Module and then plug the FC7 layer for prediction, right?
Hello, I am developing a simple FCN for texture segmentation and I would like to apply the context encoding module to see if it improves my model performance. However, after reading the documentation and checking several examples, I could not figure out how to apply this to my network.
This is my architecture:
Can you please tell me if there is any chance to apply the module to my custom network? I am really looking forward to this.
Kind regards and thank you for your amazing work