ppljs-ppl-core
Version:
ppljs network inference framework core module
29 lines (25 loc) • 410 B
Plain Text
1.ReLu
2.Convolution
"attrs":
{
"bias_term":false,
"dilations":[1,1],
"group":1,
"kernel_shape":[3,3],
"pads":[1,1],
"strides":[2,2]
}
3.batchNorm
"attrs":
{
"use_global":false,
"moving_average_fraction":2,
"eps":3
}
4.scale
"attrs":
{
"axis":1,
"num_axis":1,
"bias":true
}