Giter VIP home page Giter VIP logo

Comments (3)

bisher3 avatar bisher3 commented on August 28, 2024

I also got the same exact result. Tried playing around with the parameters and such but nothing changed.

from deeplearning4j-examples.

StefanBiermann avatar StefanBiermann commented on August 28, 2024

Same problem here, CNNLFWExample and CNNMnistExample both produced output as shown above.
Setting the properties in pom.xml to an older nd4j version resolved the problem:

<properties>
    <nd4j.version>0.4-rc3.4</nd4j.version>
    <dl4j.version>0.4-rc3.4</dl4j.version>
    <canova.version>0.0.0.11</canova.version>
    <jackson.version>2.5.1</jackson.version>
</properties>

from deeplearning4j-examples.

pwlazy avatar pwlazy commented on August 28, 2024

i git clone dl4j-0.4-examples, edit the pom
from

<properties>
    <nd4j.version>0.4-rc3.8</nd4j.version>
    <dl4j.version>0.4-rc3.8</dl4j.version>
    <canova.version>0.0.0.14</canova.version>
    <jackson.version>2.5.1</jackson.version>
</properties>

to

<properties>
    <nd4j.version>0.4-rc3.4</nd4j.version>
    <dl4j.version>0.4-rc3.4</dl4j.version>
    <canova.version>0.0.0.11</canova.version>
    <jackson.version>2.5.1</jackson.version>
</properties>

then i meet many compile problems, it means current dl4j-0.4-examples does not match 0.4-rc3.4

or which branch of dl4j-0.4-examples should i clone to match 0.4-rc3.4 ?

can anyboy help?

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.