6d70728b54
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
35 linhas
846 B
JSON
35 linhas
846 B
JSON
{
|
|
"id": "CreateTorchMeta",
|
|
"name": "Update nn meta",
|
|
"version": "0.1.0",
|
|
"description": "Create metamodel from Torch yaml",
|
|
"icon": {
|
|
"src": "",
|
|
"class": "glyphicon glyphicon-ok-circle"
|
|
},
|
|
"disableServerSideExecution": true,
|
|
"disableBrowserSideExecution": false,
|
|
"configStructure": [
|
|
{
|
|
"name": "layerSchema",
|
|
"displayName": "Torch Libraries",
|
|
"description": "Torch nn libraries to create layers from",
|
|
"value": "all",
|
|
"valueItems": [
|
|
"nn",
|
|
"rnn",
|
|
"all"
|
|
],
|
|
"valueType": "string",
|
|
"readOnly": false
|
|
},
|
|
{
|
|
"name": "removeOldLayers",
|
|
"displayName": "Delete old layers",
|
|
"description": "Delete all layers not in the current description",
|
|
"value": true,
|
|
"valueType": "boolean",
|
|
"readOnly": false
|
|
}
|
|
]
|
|
} |