We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thanks for your help. I am getting this above error while i was using your 3d data generator.
model.fit_generator( generator = train_gen, steps_per_epoch = 1080/18, epochs = 10 )
it says:
TypeError: 'datagenerator' object is not an iterator
Kindly help me to rectify this error.
The text was updated successfully, but these errors were encountered:
@nauman9 can you please give more insight by providing the lines above this function calling ?
Sorry, something went wrong.
arehmanAzam
No branches or pull requests
Thanks for your help.
I am getting this above error while i was using your 3d data generator.
model.fit_generator( generator = train_gen, steps_per_epoch = 1080/18, epochs = 10 )
it says:
TypeError: 'datagenerator' object is not an iterator
Kindly help me to rectify this error.
The text was updated successfully, but these errors were encountered: