ngraph-python
ngraph-python copied to clipboard
Original Python version of Intel® Nervana™ Graph
Hi, The performance of the VGG16 network imported to ngraph via TF frontend appears to be very very slow. To get the perspective, I have 3 implementations of VGG16: 1)...
In the github code, there are mamy functions of maxas and sass. But I can't find any codes calls them. Are they there for future usage? But it is said...
Hello, Ngraph has the Stochastic, GDM, Adam optimizers implemented. Any plans to include others optimizers? Rather, would you be interested in a pull request for Adagrad? I needed Adagrad, so...
ngraph/examples/walk_through/Logistic_Regression_Part_2.ipynb says : "The axes creation is **conecptually** the same as before, except we now add a new axes H to represent the new feature space." should said: "The axes...
Source documentation for ngraph needs a copy edit and branding edit as the first step to updating and improving the docs.
I modified numpy version in requirements.txt, because occured conflicting version between requirements.txt and gpu_requirements.txt. Thanks
requirements.txt need numpy==1.11, but gpu_requirements.txt need numpy==1.13 implicitly. That's why I have error on numpy when import ngraph after executing below command. ``` make install make gpu_prepare ``` Thanks
Addresses #1. Will expose graph creation, transformer compilation, and compiled graph execution in a language neutral way.
Addresses #1.