mikelibg opened a new issue, #21187:
URL: https://github.com/apache/mxnet/issues/21187

   As I was not able to run the gluoncv with mxnet on my M1 mac, so I tried to 
use the docker file as python interpreter.
   
   mxnet/python:1.9.1_aarch64_cpu_py3 which is running Python 3.7.13, 
mxnet==1.9.1b20220517 
   I installed gluoncv==0.10.5.post0 in that docker and getting the following 
two errors:
   
   mxnet.base.MXNetError: MXNetError: Invalid Parameter format for std expect 
tuple of <float> but value='[0.229, 0.224, 0.225]', in operator 
_image_normalize(name="", std="[0.229, 0.224, 0.225]", mean="[0.485, 0.456, 
0.406]")
   
   when trying to do 
gluoncv.data.transforms.presets.segmentation.test_transform on the image
   
   and:
   
   mxnet.base.MXNetError: MXNetError: Invalid Parameter format for layout 
expect int or None but value='', in operator Convolution(name="", stride="(2, 
2)", no_bias="True", kernel="(3, 3)", layout="NCHW", num_group="1", dilate="(1, 
1)", pad="(1, 1)", num_filter="64")
   
   when trying to load model using model = 
gluoncv.model_zoo.get_model('fcn_resnet101_voc', pretrained=True)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to