383eda1f2b
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
27 linhas
349 B
YAML
27 linhas
349 B
YAML
- type: Reshape
|
|
id: /Y/0
|
|
next:
|
|
- /Y/y
|
|
attributes:
|
|
params: 100
|
|
- type: Linear
|
|
id: /Y/Z
|
|
next: []
|
|
attributes:
|
|
bias: ''
|
|
outputSize: 10
|
|
inputSize: 300
|
|
- type: Tanh
|
|
id: /Y/p
|
|
next:
|
|
- /Y/Z
|
|
attributes: {}
|
|
- type: Linear
|
|
id: /Y/y
|
|
next:
|
|
- /Y/p
|
|
attributes:
|
|
bias: ''
|
|
outputSize: 300
|
|
inputSize: 100
|