crazydonkey200 / neural-symbolic-machines

Neural Symbolic Machines is a framework to integrate neural networks and symbolic representations using reinforcement learning, with applications in program synthesis and semantic parsing.
Apache License 2.0
377 stars 69 forks source link

should use en_seq_outputs.tensor instead! #4

Closed agarwl closed 6 years ago

agarwl commented 6 years ago

https://github.com/crazydonkey200/neural-symbolic-machines/blob/79ce845bcb6fb9a3d6f940338c494ffae36b7f34/nsm/graph_factory.py#L512

crazydonkey200 commented 6 years ago

Thanks for pointing this out. Just applied the fix.