Arquivos
deepforge/test/test-cases/models/concat-y-utils.yml
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

69 linhas
1.7 KiB
YAML

- type: Linear
id: /Z/1
next:
- /Z/E
attributes:
calculateDimensionality: function calcDims(layer) return layer.output; end
dimensionalityTransform: custom
output: 30
- type: Tanh
id: /Z/3
next:
- /Z/a
attributes:
calculateDimensionality: 'function calcDims(layer) return 1; --[[ return output dimensions --]] end'
dimensionalityTransform: same
- type: Linear
id: /Z/7
next:
- /Z/o
attributes:
calculateDimensionality: function calcDims(layer) return layer.output; end
dimensionalityTransform: custom
output: 150
- type: Concat
id: /Z/E
next:
- /Z/M
attributes:
calculateDimensionality: 'function calcDims(layer) return 1; --[[ return output dimensions --]] end'
dimensionalityTransform: same
dim: 1
- type: Tanh
id: /Z/M
next:
- /Z/n
attributes:
calculateDimensionality: 'function calcDims(layer) return 1; --[[ return output dimensions --]] end'
dimensionalityTransform: same
- type: Linear
id: /Z/a
next:
- /Z/E
attributes:
calculateDimensionality: function calcDims(layer) return layer.output; end
dimensionalityTransform: custom
output: 50
- type: Linear
id: /Z/n
next: []
attributes:
calculateDimensionality: function calcDims(layer) return layer.output; end
dimensionalityTransform: custom
output: 7
- type: Tanh
id: /Z/o
next:
- /Z/1
attributes:
calculateDimensionality: 'function calcDims(layer) return 1; --[[ return output dimensions --]] end'
dimensionalityTransform: same
- type: Linear
id: /Z/t
next:
- /Z/3
attributes:
calculateDimensionality: function calcDims(layer) return layer.output; end
dimensionalityTransform: custom
output: 150