BaseCollectiveExecutor::StartAbort Out of range: End of sequence
See original GitHub issueBug 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:
- Created 4 years ago
- Comments:5 (1 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi, I’m from the future, using 2.1.0, and it didn’t fix it 😃
Same issue here, with some custom code, is there any way to fix it?