instant
instant copied to clipboard
FC layer
I am curious to know how you got the FC layer in the VGG16.onnx? It is listed as experimental operator in ONNX doc. When using CNTK+ONNX, the FC layer was exported as a combination of Add and MatMul nodes. Thanks!
Hi! @SGShen! Sorry for my late reply. Currently, instant mainly supposes to use with onnx-chainer. So it supports FC directly but not Add and MatMul. Now I am implementing other operators (and backends). So please wait a while. Thanks for your interest.
@okdshin , Thank you for your reply. I will take a look at onnx-chainer. Looking forward to having more operators. Thanks!
@SGShen ! We released Menoh. It is the successor of Instant. FYI.