Abhinav Sharma
Abhinav Sharma
@szha @eric-haibin-lin Could you please help review? thanks
@ThomasDelteil @cgraywang could you help review? thanks
@seujung could you please address the latest comments? @ThomasDelteil Could you please check if your comments are addressed?
@seujung Could you have a look at the latest review comments? Thanks!
@ziyuang any update on the PR? Also please fill the PR description with relevant details.
Hi @hariharans29 @pranavsharma The ArcFace model was prepared using MXNet and then converted to ONNX format using the MXNet to ONNX converter. For BatchNorm, MXNet computes mean and variance per...
The spatial parameter is set to 0 in the MXNet to ONNX converter probably due to behavior of MXNet batchnorm: https://github.com/apache/incubator-mxnet/blob/745a41ca1a6d74a645911de8af46dece03db93ea/python/mxnet/contrib/onnx/mx2onnx/_op_translations.py#L357 I'll try to see if this model can be...
@pranavsharma changing the spatial parameter cannot be done using the mxnet to onnx converter API as I had hoped, it requires modification of the source code. I am currently busy...
@stu1130 @ChaiBapchya @KellenSunderland Could you please have a look and see if we can move it forward?
Hi @AndreBiedenkapp I'm pasting the stacktrace below for your reference. I face this error when I try to create plots using fanova visualizer. I am already using python 3.6 and...