7254f7b4d1
Build / Build (macos-latest) (push) Has been cancelled
Build / Build (ubuntu-latest) (push) Has been cancelled
Build / Build (windows-latest) (push) Has been cancelled
Build / Analyze (javascript) (push) Has been cancelled
Build / Analyze (python) (push) Has been cancelled
72 lines
1.1 KiB
JSON
72 lines
1.1 KiB
JSON
[
|
|
{
|
|
"name": "BatchNormalization",
|
|
"category": "Normalization",
|
|
"attributes": [
|
|
{ "name": "eps" },
|
|
{ "name": "gamma" },
|
|
{ "name": "decay" }
|
|
]
|
|
},
|
|
{
|
|
"name": "Convolution",
|
|
"category": "Layer",
|
|
"attributes": [
|
|
{ "name": "dilation" },
|
|
{ "name": "kernelSize" },
|
|
{ "name": "padding" }
|
|
]
|
|
},
|
|
{
|
|
"name": "Dense",
|
|
"category": "Layer"
|
|
},
|
|
{
|
|
"name": "Dropout",
|
|
"category": "Dropout"
|
|
},
|
|
{
|
|
"name": "GlobalPooling",
|
|
"category": "Pool"
|
|
},
|
|
{
|
|
"name": "LReLU",
|
|
"category": "Activation"
|
|
},
|
|
{
|
|
"name": "Merge",
|
|
"category": "Tensor"
|
|
},
|
|
{
|
|
"name": "Output",
|
|
"category": "Layer"
|
|
},
|
|
{
|
|
"name": "ReLU",
|
|
"category": "Activation"
|
|
},
|
|
{
|
|
"name": "SeparableConvolution2D",
|
|
"category": "Layer"
|
|
},
|
|
{
|
|
"name": "Sigmoid",
|
|
"category": "Activation"
|
|
},
|
|
{
|
|
"name": "Softmax",
|
|
"category": "Activation"
|
|
},
|
|
{
|
|
"name": "Subsampling",
|
|
"category": "Layer"
|
|
},
|
|
{
|
|
"name": "TanH",
|
|
"category": "Activation"
|
|
},
|
|
{
|
|
"name": "Upsampling2D",
|
|
"category": "Layer"
|
|
}
|
|
] |