Getting "TypeError: Unable to parse some datatype(s) found in args" while executing Application builder #57
soumitraghosh388
started this conversation in
General
Replies: 1 comment 11 replies
-
Would you be able to share the kernels source code? |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using 2 kernels : master and slave with n number of instances of slave kernels, where n depends on the input. I have defined graph and am trying to build the application.
Graph code below:
Creating application builder as mentioned below :
I am getting below error while executing application builder code :
TypeError: Unable to parse some datatype(s) found in args: (1028112570, 526679170) ... currently supporting [<class 'npu.build.port.BufferPort'>, <class 'npu.build.buffers.Buffer'>, <class 'numpy.ndarray'>, <class 'int'>] datatypes
Beta Was this translation helpful? Give feedback.
All reactions