Giter VIP home page Giter VIP logo

Comments (7)

hunkim avatar hunkim commented on May 18, 2024 2

The data type for sales and salary seem string.

from deeplearningzerotoall.

hunkim avatar hunkim commented on May 18, 2024 1

Can you show the kaggle data, HR_comma_sep.csv?

from deeplearningzerotoall.

DataSoccer avatar DataSoccer commented on May 18, 2024

This is URL link - https://www.kaggle.com/ludobenistant/hr-analytics
Thank you.

from deeplearningzerotoall.

hunkim avatar hunkim commented on May 18, 2024

Did you fix this problem?

from deeplearningzerotoall.

kkweon avatar kkweon commented on May 18, 2024

OutOfRangeError occurs when the queue is empty.
There could be many reasons why queue is empty.

The above-mentioned data sets have trailing spaces, which caused my file queue stop running.
You can see in the error message saying that it requested 10 but actually 0 size is returned.
That last trailing space made Tensorflow think there is one more line to read but actually there is none.

OutOfRangeError (see above for traceback): 
FIFOQueue '_2_batch/fifo_queue' is closed and has insufficient elements
(requested 10, current size 0)

I will close this since it's not an error of this repo.

from deeplearningzerotoall.

onito avatar onito commented on May 18, 2024

kaggle data has headers on the top, basically. But sometimes it seems to cause a trouble depends on how to make use of its data.

from deeplearningzerotoall.

tongpinmo avatar tongpinmo commented on May 18, 2024

OutOfRangeError occurs when the queue is empty.
There could be many reasons why queue is empty.

The above-mentioned data sets have trailing spaces, which caused my file queue stop running.
You can see in the error message saying that it requested 10 but actually 0 size is returned.
That last trailing space made Tensorflow think there is one more line to read but actually there is none.

OutOfRangeError (see above for traceback): 
FIFOQueue '_2_batch/fifo_queue' is closed and has insufficient elements
(requested 10, current size 0)

I will close this since it's not an error of this repo.

OutOfRangeError (see above for traceback): FIFOQueue '_1_batch/fifo_queue' is closed and has insufficient elements (requested 10, current size 0)
[[Node: batch = QueueDequeueManyV2[component_types=[DT_FLOAT, DT_FLOAT], timeout_ms=-1, _device="/job:localhost/replica:0/task:0/cpu:0"](batch/fifo_queue, batch/n)]]

i don't know why ,have you ever fixed the problem?

from deeplearningzerotoall.

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.