0

I am new in deep learning and trying to draw the fcn32 architecture (Figure 3 in paper) based on my design and shapes. Could you please have a look on schematic of FCN32 architecture and let me know if some parts need to be corrected?Thanks enter image description here

S.EB
  • 1,966
  • 4
  • 29
  • 54

1 Answers1

0

The architecture looks correct. You can use this website to visualize networks which are written in Caffe prototxt format. The prototxt for FCN32s is here.

malreddysid
  • 1,342
  • 1
  • 9
  • 12
  • Thank you very much for your comment, That website is amazing :). Indeed, I am designing by my own graphical shapes, because I have to document the models. Thanks a lot once again – S.EB Apr 25 '17 at 13:46