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
line 5, in <module> model_trainer.trainModel(num_objects=4, num_experiments=100, enhance_data=True, batch_size=32, show_network_summary=True) TypeError: trainModel() got an unexpected keyword argument 'num_objects'
On latest version with everything updated
The text was updated successfully, but these errors were encountered:
Please refer to the documentation: https://imageai.readthedocs.io/en/latest/custom/index.html
The following arguments have been removed from the trainModel() function from 3.0.2 and higher:
trainModel()
3.0.2
Sorry, something went wrong.
No branches or pull requests
line 5, in <module> model_trainer.trainModel(num_objects=4, num_experiments=100, enhance_data=True, batch_size=32, show_network_summary=True) TypeError: trainModel() got an unexpected keyword argument 'num_objects'
On latest version with everything updated
The text was updated successfully, but these errors were encountered: