Diagram import error #162
vijaybalamahalingam
started this conversation in
General
Replies: 1 comment
-
Try from lambeq.backend.grammar import Diagram Also, the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For the below code "from lambeq import Diagram" isn't working
simple_diagram = Diagram.tensor(
[AtomicType.NOUN, AtomicType.NOUN],
[AtomicType.SENTENCE]
)
Beta Was this translation helpful? Give feedback.
All reactions