Closed anorlo closed 3 years ago
@anorlo any luck in finding the solution?
@anorlo In order to expedite the trouble-shooting process, please provide a code snippet to reproduce the issue reported here. Please have a look at the issue for reference. Please try to execute your code using TF v2.6.0 and let us know if the issue persists ?Thanks!
This issue has been automatically marked as stale because it has no recent activity. It will be closed if no further activity occurs. Thank you.
Closing as stale. Please reopen if you'd like to work on this further.
Hi, I am using Tensorflow 2.4.
When I try to use my own Sequence generator, it shows
The corresponding parts of code are:
Call as :
I have tried both
from tensorflow.python.keras.utils.data_utils import Sequence
andfrom keras.utils import Sequence
all useless. It is very important to me. Thank you so much!