Shashankwer commented on pull request #760:
URL: https://github.com/apache/singa/pull/760#issuecomment-653482455
Following are the results of test_operation.py
```
.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s..s.s.s.s.s.s.s.s.s.s.s.sEsEs.s.s.s.s.s.s.s.s.s.s.s.s.ss.s.s.s.s.s.s.s.s.s.s.s.s.s
======================================================================
ERROR: test_numerical_gradients_check_for_lstm_cpu
(__main__.TestPythonOperation)
----------------------------------------------------------------------
Traceback (most recent call last):
File "test_operation.py", line 491, in
test_numerical_gradients_check_for_lstm_cpu
self._numerical_gradients_check_for_lstm_helper(cpu_dev)
File "test_operation.py", line 482, in
_numerical_gradients_check_for_lstm_helper
auto_grads = autograd.gradients(loss1)
File
"/usr/local/lib/python3.6/dist-packages/singa-3.0.0-py3.6.egg/singa/autograd.py",
line 120, in gradients
grads[p] = dp
TypeError: unhashable type: 'Tensor'
======================================================================
ERROR: test_numerical_gradients_check_for_vallina_rnn_cpu
(__main__.TestPythonOperation)
----------------------------------------------------------------------
Traceback (most recent call last):
File "test_operation.py", line 459, in
test_numerical_gradients_check_for_vallina_rnn_cpu
self._numerical_gradients_check_for_vallina_rnn_helper(cpu_dev)
File "test_operation.py", line 450, in
_numerical_gradients_check_for_vallina_rnn_helper
auto_grads = autograd.gradients(loss1)
File
"/usr/local/lib/python3.6/dist-packages/singa-3.0.0-py3.6.egg/singa/autograd.py",
line 120, in gradients
grads[p] = dp
TypeError: unhashable type: 'Tensor'
----------------------------------------------------------------------
Ran 186 tests in 0.613s
FAILED (errors=2, skipped=93)
```
Following is the results of test_onnx_backend.py
```
ss.s.s.s.sssssssss.s.s.s.s.s.s.s.s.s.sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss.s.s.s.s.s.s.s.sssss.sss.sss.s.s.s.s.s.sssssssssss/usr/local/lib/python3.6/dist-packages/singa-3.0.0-py3.6.egg/singa/sonnx.py:1879:
UserWarning: The imported opertor set verion 12 is larger than the supported
version 11.
.format(imp.version, cls._opset_version))
/usr/local/lib/python3.6/dist-packages/singa-3.0.0-py3.6.egg/singa/sonnx.py:1886:
UserWarning: The imported ir verion 6 is larger than the supported version 12.
.format(cls._ir_version, imp.version))
.sssssssssssssssss.s.s.s.s.s.sssss.s.sssss.s.s.s.sFs.s.s.s.s.s.sssssssss.s.s.s.s.s.s.s.s.s.s.s.sssss.sFloating
point exception (core dumped)
```
Thanks and Regards,
Shashank
----------------------------------------------------------------
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]