Giter Club home page Giter Club logo

convnetdraw's People

Contributors

cbovar avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

convnetdraw's Issues

about resnet

Can this software draw some networks like ResNet?

network length too long

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. Is there a way to fine-grain the Zoom in X-direction? Instead of the current discrete levels of 20 (?) maybe increase it to 40 or something?
I think this should solve the problem.

about RNN

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

how to display dropout

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)
relu(122, 122, 32)
pool(61,61,32)
#dropout(61, 61,32)
conv(59,59,,64)
relu(59,59,,64)
conv(57,57,64)
relu(57,57,64)
pool(28,28,64)
conv(26,26,128)
relu(26,26,128)
conv(24,24,128)
relu(24,24,128)

the picture just display to pool(61,61,32) and lost belind it

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.