vahed-p / Vp

0 stars 0 forks source link

deeplearning4j #1

Open vahed-p opened 4 years ago

vahed-p commented 4 years ago

hi i am new to dl4j . I've been trying to run Shakespeare example. after doing all manual instructions and running the project i got errors. i am using Eclipse. i tried with different versions of dl4j, nd4j and datavec but it didn't work. with different version i got different error, here is the the error i got:

Exception in thread "main" java.lang.AbstractMethodError: org.nd4j.linalg.api.ops.impl.transforms.strict.ACos.name()Ljava/lang/String; at org.nd4j.linalg.api.ops.factory.DefaultOpFactory.(DefaultOpFactory.java:59) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at java.lang.Class.newInstance(Unknown Source) at org.nd4j.linalg.factory.Nd4j.initWithBackend(Nd4j.java:5240) at org.nd4j.linalg.factory.Nd4j.initContext(Nd4j.java:5149) at org.nd4j.linalg.factory.Nd4j.(Nd4j.java:169) at org.deeplearning4j.nn.conf.NeuralNetConfiguration$Builder.seed(NeuralNetConfiguration.java:485) at tst.tst1.App.main(App.java:88)

vahed-p commented 4 years ago

this is the my pom file:

New Text Document.txt