You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
Hello~
In some scenarios, one layer(the middle layer, not the input data layer) needs more than one input layer, and these inputs don't have the same formula mode, just like in caffe (one layer may have more bottom layers) , so how to set this multi-input data when buliding one layer in Symbolic?
assume that i have written a NewLayer in python side refer to new_op_howto, and the NewLayer has two inputs, how to set this in symbol? Does mxnet currently support this style ?or how i should do this?
ths.