grover icon indicating copy to clipboard operation
grover copied to clipboard

node IteratorGetNext

Open irfanahme opened this issue 4 years ago • 9 comments

corrupted record at 0 [[node IteratorGetNext (defined at /usr/local/lib/python3.5/dist-packages/tensorflow_estimator/python/estimator/util.py:110) ]] any one help me

irfanahme avatar Oct 23 '19 06:10 irfanahme

same here

carlshi12r44 avatar Apr 01 '21 01:04 carlshi12r44

i solve this error one year ago

irfanahme avatar Apr 01 '21 03:04 irfanahme

this error occur when you .tfrecord not create correctly

irfanahme avatar Apr 01 '21 04:04 irfanahme

got it thanks but I not sure what the input is, I use a bunch of txt file, each file has some text content in it.

carlshi12r44 avatar Apr 01 '21 04:04 carlshi12r44

not txt create .tfrecord you need to use .json file

irfanahme avatar Apr 01 '21 04:04 irfanahme

oh gotcha thank you so much, does the Json file have any specific structure?

carlshi12r44 avatar Apr 01 '21 04:04 carlshi12r44

yes json have specific structure you check on sample i think one sample presents in code

irfanahme avatar Apr 01 '21 07:04 irfanahme

gotcha thank you so much! btw, when creating the tfrecords files, do we need to create some accounts on AWS and tried the prepare_lm_data.py in the realnews folder? Thanks again

carlshi12r44 avatar Apr 01 '21 17:04 carlshi12r44

yes

irfanahme avatar Apr 02 '21 12:04 irfanahme