joddiy commented on issue #807: URL: https://github.com/apache/singa/issues/807#issuecomment-707744385
> @pinpom If you print the Assertion expression at `/hdd2/thao/conda/miniconda3/envs/sing/lib/python3.7/site-packages/singa/layer.py` of line 43, > > ``` > assert len(args) > 0 and isinstance(args[0], Tensor), ( > 'initialize function expects PlaceHolders or Tensors') > ``` > > you may find that `args[0]` here is not an instance of singa.tensor.Tensor. Someone else please help to fix this bug? Thanks for the reply, I'm checking it. ---------------------------------------------------------------- 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: [email protected]
