ConvNetDraw icon indicating copy to clipboard operation
ConvNetDraw copied to clipboard

Draw multi-layer neural network in your browser

Results 4 ConvNetDraw issues
Sort by recently updated
recently updated
newest added

input(256, 256, 1) conv(254, 254, 16) relu(254, 254, 16) conv(252, 252, 16) relu(252, 252, 16) pool(126, 126, 16) #dropout(126, 126, 16) conv(124, 124, 32) relu(124, 124, 32) conv(122, 122, 32)...

can this tool draw RNN-based network, like LSTM or GRU ?

Can this software draw some networks like ResNet?

Hi! This is a great tool to draw and visualize convnet architectures fast! However, for longer networks the overall network is difficult to visualize. It goes outside the drawing area....