gwding / draw_convnet

2.64k stars 513 forks source link

Other architectures? #4

Open redouanelg opened 7 years ago

redouanelg commented 7 years ago

Hi and thanks a lot for your effort !

It would be nice if other contributors add other examples (other than convnet) based on the code.

I was looking for someone who has a code for drawing a sketch of convolutional autoencoders, in the end, I decided to do it starting from draw_convnet.py

Regards.

mamtoraah commented 4 years ago

Also, a good extension would be diagrams for RNNs. (LSTMs, GRU) layers. Also, if we could draw, time_distributed layers (some sort of visualization for time_distributed CNNs?) that would be great!