chrishkchris commented on pull request #738: URL: https://github.com/apache/singa/pull/738#issuecomment-644732878
> Hi @joddiy, > > Can you help me knowing the process for setting the current dev environment as the singa package. I am using MAC with singa environment 3.0.0.rc1 py37cpu. > > While running test_operation.py following error is reported > > AttributeError: module 'singa.singa_wrap' has no attribute 'Floor' > > The dev consist an implementation of Floor in 'tensor_math.cpp' > > Thanks and Regards, > Shashank Nigam How about using this cpu docker environment https://github.com/apache/singa/blob/master/tool/docker/devel/ubuntu/cpu/Dockerfile and adding `git checkout dev` after line 65? ---------------------------------------------------------------- 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]
