Merge pull request #3322 from cangermueller/master
d3viz: Interactive visualization of Theano compute graphs
正在显示
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
82.2 KB
File added
45.6 KB
doc/library/d3viz/index.ipynb
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
doc/library/d3viz/index.txt
0 → 100644
90.9 KB
90.9 KB
45.6 KB
45.6 KB
theano/d3viz/__init__.py
0 → 100644
theano/d3viz/css/d3viz.css
0 → 100644
theano/d3viz/d3viz.py
0 → 100644
theano/d3viz/formatting.py
0 → 100644
theano/d3viz/html/template.html
0 → 100644
theano/d3viz/js/d3.v3.min.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
theano/d3viz/js/d3viz.js
0 → 100644
theano/d3viz/js/dagre-d3.min.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
theano/d3viz/tests/__init__.py
0 → 100644
theano/d3viz/tests/models.py
0 → 100644
theano/d3viz/tests/test_d3viz.py
0 → 100644