Code Monkey home page Code Monkey logo

Comments (10)

plartoo avatar plartoo commented on May 13, 2024 2

I have created a StackOverflow question [https://stackoverflow.com/q/55959256/1330974] related to this issue. If anyone finds a solution to this, please share. Thank you!

from automl-gs.

minimaxir avatar minimaxir commented on May 13, 2024

In that case, the subprocess script errored and never completed. Will look into it.

from automl-gs.

PlazaAndMainSt avatar PlazaAndMainSt commented on May 13, 2024

Same issue on my end. It looks like its attempting to read a csv that it hasn't created yet.
results = pd.read_csv(os.path.join(train_folder, "metadata", "results.csv"))

from automl-gs.

robotenique avatar robotenique commented on May 13, 2024

I'm having the same problem.... Using xgboost trying to train a text classification model. It learns the encodings, but fails when it actually needs to train

from automl-gs.

agigao avatar agigao commented on May 13, 2024

+1. The same issue here.

from automl-gs.

harvitronix avatar harvitronix commented on May 13, 2024

The FileNoteFoundError is most likely a red herring. You need to look in the Jupyter logs to find the true error, as it's the subprocess that's crashing. See #14.

from automl-gs.

AlexandraMakarova avatar AlexandraMakarova commented on May 13, 2024

I have the same problem, has someone find any solution?

from automl-gs.

AlexandreDRFT avatar AlexandreDRFT commented on May 13, 2024

Still no solution ?

from automl-gs.

robotenique avatar robotenique commented on May 13, 2024

Guess not, there's a lot of open issues

from automl-gs.

thicccatto avatar thicccatto commented on May 13, 2024

I tried adding
%tensorflow_version 1.x
in the colab document but now i get a different error. Now i get and Index Error for the line:
train_results = results.tail(1).to_dict('records')[0]
My guess is that tensorflow.train.cosine_decay does not exist in the current version of tensorflow.
EDIT: Just changed from TPU and still added the tensorflow version and its working!

from automl-gs.

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.