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
I am getting this error while running " python train.py 0.1 100 " , even I tried with 60 instead of 100 . same error is repeating.
autonomous-rc-car-master/sigmoid.py:9: RuntimeWarning: overflow encountered in power return 1.0/(1.0 + power(e, -x_value))
The text was updated successfully, but these errors were encountered:
Try to change the dimensions
Sorry, something went wrong.
I changed image dimension to 50,50 from 75,75 in configuration.py .
IMAGE_DIMENSIONS = (50, 50)
but still the same warning occuring , can you suggest me dimension value ?
Note : I am using raspberry pi 3 (raspbian Os) with pi cam v2
Is there any workaround for this issue? Even I'm getting the same warning message.
No branches or pull requests
I am getting this error while running " python train.py 0.1 100 " , even I tried with 60 instead of 100 . same error is repeating.
autonomous-rc-car-master/sigmoid.py:9: RuntimeWarning: overflow encountered in power
return 1.0/(1.0 + power(e, -x_value))
The text was updated successfully, but these errors were encountered: