aGiant commented on issue #17800: _MinusScalar type <class 
'mxnet.ndarray.ndarray.NDArray'> not supported` ?
URL: 
https://github.com/apache/incubator-mxnet/issues/17800#issuecomment-597273750
 
 
   By calling net(x):
   ```
   
   ~/anaconda3/lib/python3.7/site-packages/mxnet/gluon/block.py in 
forward(self, x, *args)
       923                     params = {i: j.data(ctx) for i, j in 
self._reg_params.items()}
       924 
   --> 925                 return self.hybrid_forward(ndarray, x, *args, 
**params)
       926 
       927         assert isinstance(x, Symbol), \
   
   TypeError: hybrid_forward() missing 2 required positional arguments: 'min_v' 
and 'max_v'
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to