Hi, I am Hongyu, thank you for taking the time to visit here. I know how annoying it is to draw neural network architecture by hand. That's also the reason why I want to develop this demo to help you. In order to draw your architecture, you only need to type your network as the demo code shows. The code could be read as name_of_layer (height,width,number of filters). Now, we only support CNN's four types of operations because other operations would not change the size of output in each layer.
It's just my alpha version and there is a lot of room for improvements. If you have any question or advice, please feel free to contact me at hl3099@columbia.edu.