Brian Broll
bfc1f08c7e
Added 'net' to used var and fixed omitted vars. Fixes #795 ( #796 )
...
WIP #795 fixed the duplicate varnames
WIP #795 only omit last unset values
WIP #795 Replaced omitted, required values w/ nil
WIP #795 Updated tests
2016-09-09 16:47:42 -05:00
Brian Broll
5ddeb6f331
Added layers-as-arguments. Fixes #654 ( #684 )
...
WIP #654 Added LayerDecorator
WIP #654
WIP #654 Added support for adding/removing layers
WIP #654 Fixed the text for the layers
WIP #654 Refactored content text
WIP #654 Only delete target if it's a child
WIP #654 Updated for layers-as-args
WIP #654 Made a better name for layer args
WIP #654 Added explicit arg types
WIP #654 Changed argindex -> ctor_arg_order
WIP #654 Added support for layers-as-args in GenArch
WIP #654 Added import fn-ality
WIP #654 Updated visualizers for layer support
WIP #654 Fixed code climate issues
WIP #654 Fixed setter detection
WIP #654 Updated tests
WIP #654 Updated tests
2016-08-12 14:28:54 -05:00
Brian Broll
7cd3d961cf
Added naming executions. Fixes #683 ( #685 )
...
WIP #683 Removed issue from merge w/ master
WIP #683 Updated googlenet test
2016-08-12 13:43:26 -05:00
Brian Broll
6d70728b54
Added recurrent layers. Fixes #477 ( #645 )
...
WIP #477 Added skipArgs and rnn parsing support
WIP #477 Added update script and updated CreateTorchMeta
WIP #477 Run update script after nn-parser
WIP #477 Simplified nn-parser usage (just 'rnn' or 'nn')
WIP #477 Added 'all' option
WIP #477 Updated the nn project
WIP #477 `require 'rnn'` => nop in importer
WIP #477 Updated gen arch
WIP #477 Updated update --torch
WIP #477 Added rnn installation to torch install
WIP #477 Fixed code climate issues
2016-08-09 13:50:19 -05:00
Brian Broll
383eda1f2b
Added 'setter' support and default attr detection. Fixes #541 Fixes #553 ( #554 )
...
WIP #541 Refactored nn-parser for better reusability
WIP #541 Added setter support to the parser script
WIP #541 Added check for class method match
WIP #541 Added default detection
WIP #541 Added setter support in CreateTorchMeta
WIP #541 Added setters to layer-args.js
WIP #541 Added setter support in ImportTorch
WIP #541 Updated ImportTorch tests
WIP setPointer -> setBase
WIP #541 Updated ImportTorch examples
WIP #541 added setter attributes
WIP #541 Added setter support for GenArch
WIP #541 Updated the GenArch tests
WIP #541 Fixed utils tests
WIP #541 Updated nn library
WIP #541 Removed 'const' setters w/ only one value
WIP #541 Added setter creation test
WIP #541 Updated to use torch from deepforge config, if exists
WIP #541 Fixed code climate issues
WIP #541 skipping broken tests until webgme error is resolved
WIP #541 Updated nn seed after removing meaningless 'const' setters
2016-07-27 09:36:21 -05:00
Brian Broll
edeb783547
Custom Layer Support ( #315 )
...
* Added basic custom layer editor. Fixes #1
* Added custom layer editing. Fixes #156
WIP #156 Updated rootviz component config
WIP #156 Added template creation from parent if no code
WIP #156 Added root viz panel. Changed ordering
WIP #156 Added some support for 'create layer' button
WIP #156 Fixed create custom layer type button
WIP #156 Fixed bug with checking node for attribute
WIP #156 . Added support for updating meta from constructor args
WIP #156
WIP #156 Added seeds
WIP #156 Added attr inheritance in layer def
WIP #156 Removed extra TODO
* Added custom layer support to executions. Fixes #296
WIP #296 Fixed execution support
* Updated GenArch for custom layers. Fixes #157
WIP #157 Updated 'standalone' default to true
WIP #157 Fixed code-climate issues
WIP #157 Fixed bad default
WIP Removed outdated tests
2016-06-17 13:28:50 -05:00
Brian Broll
a3cfa9f8e3
Added concat support to GenArch. Fixes #61 ( #273 )
...
WIP #61 Started w/ concat support
WIP #61 Added basic concat support
WIP #61 Added quick merge-fork fn-ality
WIP #64 Added nested concat support
WIP #61 Added concat tests
WIP #61 Added `npm run watch-test` cmd
WIP #61 Fixed lint errors. Removed debugger statement
2016-06-13 10:53:52 -05:00