Skip to content

TimZaman/dagstudio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dagstudio

Directed Acyclic Graph Studio with Javascript D3 Create nodes and links in a graph with an intuitive interface.

Under development! The UI is working but no .prototxt import or export yet.

Animated GIF of dagstudio with Caffe1

The intent is using this to create an interactive and intuitive dag creator for making graphs for ml frameworks.

Caffe

All possible caffe layers should be obtained in a list (https://github.com/BVLC/caffe), after that you can just chain them through 'top' and 'bottom' keys.

Torch

Torch seems straightforward, although listing the layers is easy, I'm unsure how to obtain the possible arguments per layer. There are also some snags with concatenations and splits.

Tensorflow

Maybe some minor support for TF-slim?

About

Directed Acyclic Graph Studio with Javascript D3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published