Code Monkey home page Code Monkey logo

Comments (4)

msudol avatar msudol commented on August 23, 2024

Issue turns out to be RAM related - the result buffer wasn't printing, however no message or log information was displayed to notify end user of the failure. Increases allocated memory on startup resolved the initial problem, however a bug remains such that there is no user notification of the failure.

from autoweka.

larskotthoff avatar larskotthoff commented on August 23, 2024

This is a difficult one unfortunately because for memory issues Auto-WEKA may not get any indication that something has gone wrong -- for example the garbage collector may simply be running pretty much all the time. Or a sub-process may simply go away without any indication that anything has gone wrong.

Suggestions of course appreciated, but I'm not aware of a way of doing this reliably.

from autoweka.

msudol avatar msudol commented on August 23, 2024

Thinking about it some more, it's more of a Weka bug that an Auto-WEKA bug. I ran into a similar issue just doing a standard (long running) classification where the process completed or hung and nothing was in the log buffer. I'd think something like that could get punted off to a tmp log file, instead it looks like its cached in mem. You can close this, I'd say, because you've just inherited the issue from Weka and it's not specific to AW.

from autoweka.

larskotthoff avatar larskotthoff commented on August 23, 2024

Thanks will do -- I agree that WEKA's handling of this could be better, but of course temporary files come with their own complications, so I can see why they implemented it this way.

All in all, once you run out of memory, pretty much all bets are off.

from autoweka.

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.