Skip to content
New issue

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

RuntimeWarning: overflow encountered in power return 1.0/(1.0 + power(e, -x_value)) #20

Open
manivannan0212 opened this issue Oct 22, 2018 · 3 comments

Comments

@manivannan0212
Copy link

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))

@rahulkaranam
Copy link

Try to change the dimensions

@manivannan0212
Copy link
Author

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

@evdmello
Copy link

Is there any workaround for this issue? Even I'm getting the same warning message.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants