Arquivos
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

61 linhas
798 B
YAML

- type: Tanh
id: /t/5
next:
- /t/H
attributes: {}
- type: Tanh
id: /t/D
next:
- /t/b
attributes: {}
- type: Linear
id: /t/H
next: []
attributes:
bias: ''
outputSize: 7
inputSize: 80
- type: Linear
id: /t/I
next:
- /t/O
attributes:
bias: ''
outputSize: 30
inputSize: 150
- type: Linear
id: /t/M
next:
- /t/j
attributes:
bias: ''
outputSize: 150
inputSize: 100
- type: Concat
id: /t/O
next:
- /t/5
attributes:
dimension: 1
- type: Linear
id: /t/b
next:
- /t/O
attributes:
bias: ''
outputSize: 50
inputSize: 150
- type: Linear
id: /t/e
next:
- /t/D
attributes:
bias: ''
outputSize: 150
inputSize: 100
- type: Tanh
id: /t/j
next:
- /t/I
attributes: {}