You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ramiel, thanks for pointing on this. There is an error when gm.pcLines layersCount argument (second) is too high. We will enhance the input validation soon.
For your code, you could reduce the layersCount of pcLines up to 1-3.
I have this code
if I run this code I get the error
Tensor: Shape is not valid
.If I change the output to be
const output = gm.tensorFrom(input);
I get the errorKernelConstructor: Constant W, has invalid type "number"
.None of these errors happen if I remove the
pcLines
call. What can be the cause?The text was updated successfully, but these errors were encountered: