lynxkite / examples /Cheminformatics /Model test.lynxkite.json
darabos's picture
Rename Cheminfo workspaces to have pretty names.
77be113
raw
history blame
1.72 kB
{
"edges": [],
"env": "PyTorch model",
"nodes": [
{
"data": {
"__execution_delay": 0.0,
"collapsed": null,
"display": null,
"error": null,
"input_metadata": null,
"meta": {
"color": "blue",
"doc": null,
"inputs": [
{
"name": "x",
"position": "bottom",
"type": {
"type": "<class 'inspect._empty'>"
}
}
],
"name": "LSTM",
"outputs": [
{
"name": "output",
"position": "top",
"type": {
"type": "None"
}
}
],
"params": [
{
"default": 1024.0,
"name": "input_size",
"type": {
"type": "<class 'int'>"
}
},
{
"default": 1024.0,
"name": "hidden_size",
"type": {
"type": "<class 'int'>"
}
},
{
"default": 0.0,
"name": "dropout",
"type": {
"type": "<class 'float'>"
}
}
],
"type": "basic"
},
"params": {
"dropout": "0.1",
"hidden_size": 1024.0,
"input_size": 1024.0
},
"status": "done",
"title": "LSTM"
},
"dragHandle": ".bg-primary",
"height": 313.0,
"id": "LSTM 1",
"position": {
"x": 122.5,
"y": 98.0
},
"type": "basic",
"width": 360.0
}
]
}