Brian Broll
|
1917f71856
|
Added support for validating custom layers. Fixes #928 (#931)
* Added support for validating custom layers. Fixes #928
* WIP #928 Added test for validating custom layers
* WIP #928 Updated torch mock for custom layer
|
2016-12-10 13:27:53 -06:00 |
|
Brian Broll
|
38c891158d
|
Fixed export with multiple inputs/ouputs. Fixes #908 (#909)
|
2016-12-04 10:22:21 -06:00 |
|
Brian Broll
|
7ddf11318f
|
Added export to single file for local execution. Fixes #13 (#907)
* WIP #13 Added ExportExecution plugin
* WIP #13 Added safer scoping
* WIP #13 Fixed indentation and refactored for operation function creation
* WIP #13 Fixed test setup/takedown
* WIP #13 Refactoring generated code to define fns first and take args
* WIP #13 Fixed single file generation
* WIP #13 Added class, layer initialization
* WIP #13 Added deepforge object support (nop-ed)
* WIP #13 Made a better save name
* WIP #13 added casting input types
* WIP #13 Fixed deepforge.Graph support
* WIP #13 Added ref support and fixed attribute creation
* WIP #13 Added output downloading
* WIP #13 Added export button w/ auto-download
* WIP #13 Removed GenerateExecFile from plugin metadata
* WIP #906 Updated tests and removed unused plugin
* WIP #906 Added test for generated single file
* WIP #906 Fixed code style issues
* WIP #906 Added math test case
|
2016-12-03 22:02:20 -06: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 |
|
Brian Broll
|
806780bd1f
|
Added single execution file generation. Fixes #138 (#219)
WIP #138 Added basic code generation for each op.
WIP #138 merged operation code blocks in topo ordering
WIP #138 Removed unused file and updated plugin name
WIP #138 Added support for references
WIP #138. Updated plugin for executions
WIP #138 Fixed ptr code generation
WIP #138 Updated pipeline seed
|
2016-06-06 09:56:59 -05:00 |
|