Diagram import error #162
vijaybalamahalingam
started this conversation in
General
Replies: 1 comment
-
|
Try from lambeq.backend.grammar import DiagramAlso, 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
Uh oh!
There was an error while loading. Please reload this page.
-
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