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
When trying to use getMPdistance(), I get the following error:
Exception in thread "main" java.lang.NoSuchMethodError: 'org.nd4j.linalg.api.ndarray.INDArray org.nd4j.linalg.factory.Nd4j.zeros(long, long)'
at io.github.ensozos.core.MPdistance.getMassDistMatrix(MPdistance.java:116)
at io.github.ensozos.core.MPdistance.getMPdistance(MPdistance.java:52)
at Main.Main.main(Main.java:29)
I suppose it is an error related to org.nd4j.linalg.api.ndarray.INDArray not having an zeros(long, long) method but I am not proficient in Java in order to search it more.
Any ideas on what to do with it?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi @mactsouk. Yes, we need to update the version of the ND4j to 7. I will probably do that next week. If you need that earlier, you can fork the library, update the dependencies and pr. I will be happy to answer any of your questions about the lib.
When trying to use
getMPdistance()
, I get the following error:I suppose it is an error related to
org.nd4j.linalg.api.ndarray.INDArray
not having anzeros(long, long)
method but I am not proficient in Java in order to search it more.Any ideas on what to do with it?
Thanks!
The text was updated successfully, but these errors were encountered: