question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

BaseCollectiveExecutor::StartAbort Out of range: End of sequence

See original GitHub issue

Bug Description

when I run IMDB example, I got this:

Epoch 1/30
2019-11-22 08:22:06.636069: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library libcublas.so.10.0
    800/Unknown - 48s 60ms/step - loss: 0.4854 - accuracy: 0.76162019-11-22 08:22:53.047730: W tensorflow/core/common_runtime/base_collective_executor.cc:216] BaseCollectiveExecutor::StartAbort Out of range: End of sequence
	 [[{{node IteratorGetNext}}]]
	 [[Fill_2/_41]]
2019-11-22 08:22:53.047733: W tensorflow/core/common_runtime/base_collective_executor.cc:216] BaseCollectiveExecutor::StartAbort Out of range: End of sequence
	 [[{{node IteratorGetNext}}]]
800/800 [==============================] - 59s 73ms/step - loss: 0.4854 - accuracy: 0.7616 - val_loss: 0.0000e+00 - val_accuracy: 0.0000e+00
Epoch 2/30
799/800 [============================>.] - ETA: 0s - loss: 0.2679 - accuracy: 0.89422019-11-22 08:23:50.083179: W tensorflow/core/common_runtime/base_collective_executor.cc:216] BaseCollectiveExecutor::StartAbort Out of range: End of sequence
	 [[{{node IteratorGetNext}}]]
	 [[IteratorGetNext/_2]]
2019-11-22 08:23:50.083288: W tensorflow/core/common_runtime/base_collective_executor.cc:216] BaseCollectiveExecutor::StartAbort Out of range: End of sequence
	 [[{{node IteratorGetNext}}]]
800/800 [==============================] - 57s 72ms/step - loss: 0.2679 - accuracy: 0.8942 - val_loss: 0.2739 - val_accuracy: 0.8848

Setup Details

Include the details about the versions of:

  • OS type and version:
  • Python: 3.6
  • autokeras: 1.0
  • tensorflow: 2.0.0

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

14reactions
phemmercommented, Jan 14, 2020

Hi, I’m from the future, using 2.1.0, and it didn’t fix it 😃

1reaction
PavelKovaletscommented, Feb 11, 2020

Same issue here, with some custom code, is there any way to fix it?

Read more comments on GitHub >

github_iconTop Results From Across the Web

StartAbort Out of range: End of sequence - Stack Overflow
I'm new to python so I was following a tutorial for a chatbot (which, judging by the amount of errors I had to...
Read more >
basecollectiveexecutor::startabort out of range: end of sequence ...
Issues with the multiple-worker mirrored strategy when using Keras API and the validation_data parameter in the model.fit() function for distributed multi- ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found