Giter VIP home page Giter VIP logo

Comments (9)

LplusKira avatar LplusKira commented on August 28, 2024

plus, the arguments are:
coefficients_test.bin conf_test.json 150 150
in both Train and Retrain

from deeplearning4j-examples.

AlexDBlack avatar AlexDBlack commented on August 28, 2024

So: I'm unable to reproduce this on 0.4-rc3.7 or current DL4J master, running directly in IntelliJ.
In both cases I get 20 iterations.
Can you confirm that you are running the latest version (0.4-rc3.7)?

Weird issue though is the difference between 0.4-rc3.7 and current master (see gist below). I will investigate this more tomorrow. I haven't seen any issues with any of our other examples, so I'm not sure what's going on there.
https://gist.github.com/AlexDBlack/cb8e74a37255ede96885

from deeplearning4j-examples.

LplusKira avatar LplusKira commented on August 28, 2024

OK i will update the jar file to the latest version .. lol and try it again ...
thx!

from deeplearning4j-examples.

LplusKira avatar LplusKira commented on August 28, 2024

hi @AlexDBlack
I've updated to:
deeplearning4j-core-0.4-rc3.7.jar
nd4j-api-0.4-rc3.6.jar
nd4j-bytebuddy-0.4-rc3.6.jar
nd4j-x86-0.4-rc3.6.jar

But the problem is that it seems like validation doesn't work
that is, I modify Retrain.scala so that it also validates the train data
the validation result turns out to be weird

Rerain.scala:
Retrain.txt

and here's the result:(run Train then Retrain)
train

retrain

I also investigated to the output ndarry of reloadmod.output() and found out that the outputs are all the same as: 0.416384, 0.333089, 0.250526
(but I didn't show in Retrain.scala and the images here)

Thx for any help!!

from deeplearning4j-examples.

raver119 avatar raver119 commented on August 28, 2024

Just a side note: please use the same rc3.7 for nd4j.

from deeplearning4j-examples.

LplusKira avatar LplusKira commented on August 28, 2024

I've tried to do this by adding unmanaged dependencies ... that seems a bad idea :)
Instead, it works fine just using sbt with build.sbt like:

libraryDependencies ++= Seq(
"org.deeplearning4j" % "deeplearning4j-core" % "0.4-rc3.6",
"org.jblas" % "jblas" % "1.2.4",
"org.nd4j" % "nd4j-jblas" % "0.4-rc3.5"
)

thx for any suggestion from this platform and gitter

from deeplearning4j-examples.

agibsonccc avatar agibsonccc commented on August 28, 2024

Any update on this?

from deeplearning4j-examples.

LplusKira avatar LplusKira commented on August 28, 2024

nope, everything works well on core3.6 with managed dependencies

thx for your help

from deeplearning4j-examples.

agibsonccc avatar agibsonccc commented on August 28, 2024

Cool. Make sure to stay up to date. We're on rc3.8 now. Thanks!

from deeplearning4j-examples.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.