IdoWSC

Results 6 comments of IdoWSC

Thx Adam, I have hart, neurocity, and component all added to PYTHONPATH. I also check layer.py and saw that in fact Layer is defined there. I'll need to check why...

I think I found the source of the issue. File "C:\Program Files\Anaconda3\Lib\site-packages\hart\hart\model\attention_ops.py", line 28, in from hart.model import tensor_ops File "C:\Program Files\Anaconda3\Lib\site-packages\hart\hart\model\tensor_ops.py", line 23, in from neurocity.tensor_ops import broadcast_against File...

The source for the issue when using Python3.3+ can be found here: [import_traps](http://ncoghlan-devs-python-notes.readthedocs.io/en/latest/python_concepts/import_traps.html)

I have modified your package to comply with py3.3+ and tf1.3+ if it interests you guys contact me

Thx @mosheliv I am using pyhon3, the problem occurs for some requirements of Matplotlib

So I guess the issue occurs by the f''' string which is supported only from Py3.6.