Any simple example/tutorial about creating FCN model?

I am new in deep learning, now I’ve created VGG16 model and trained it with mnist and CIFAR10. Is there any simple example/tutorial about that? how about the dataset? can I use cocodetection?

I guess you can check the tutorials for basic stuff and the examples repo on github.

I know but I do not find anything about FCN

Not sure if you mean Fully Connected Network or Fully Convolutional Network?
For the first one, it should be easy to do from the regression example (adding more linear + non linearityies).
For the second one, I don’t think we have an example doing just that. But maybe the super resolution and fast neural style are a starting point?

I mean Fully Convolutional Network, thanks for your advise