forked from NervanaSystems/neon
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
High level highlights include: * RNN/LSTM * Code is cleaner and achieves state of the art results on the Penn Tree Bank dataset using RNN/LSTM/GRU * Fast image captioning model (~200x faster than CPU based NeuralTalk) on flickr8k dataset * Basic automatic differentiation support * Framework for visualizations (supported via callbacks) * Top-down refactoring & redesign to enable quicker iteration while keeping the speedups offered by our nervanagpu kernels * Datasets are easier to specify * Backend now uses OpTrees (similar to nervanagpu) to support autodiff * nervanagpu merged in as a neon backend to simplify development and use * YAML syntax is simplified (but not backwards compatible) * Better documentation and wider test coverage Resolves NervanaSystems#8 Resolves NervanaSystems#9 Resolves NervanaSystems#10 Resolves NervanaSystems#11 Resolves NervanaSystems#17 Resolves NervanaSystems#62
- Loading branch information
Showing
412 changed files
with
55,774 additions
and
31,291 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,24 @@ | ||
neon.sublime-project | ||
neon.sublime-workspace | ||
*.sublime-project | ||
*.sublime-workspace | ||
*.pyc | ||
*.pkl | ||
*.so | ||
*.swp | ||
*.prof | ||
.DS_Store | ||
.tox | ||
*.prof | ||
neon.egg-info | ||
src | ||
build | ||
neon/version.py | ||
MANIFEST | ||
dist | ||
doc/source/generated | ||
*@eaDir | ||
.pkgs/ | ||
hosts | ||
neon/hyperopt/expt | ||
.env | ||
nosetests.xml | ||
.pkgs | ||
*.png | ||
*.egg-info | ||
.venv | ||
.coverage | ||
build | ||
*.gz | ||
generated | ||
*.ropeproject | ||
*.cubin | ||
*.hdf5 | ||
*.h5 | ||
*.html | ||
*.txt | ||
neon_help_output.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.