Ramin
Ramin
There are several compatibility issues in vgg16_avg.py
The changes to make it compatible with keras 2.0 were easy and mostly obvious.
I can't get the original endpoint for getting 4 nearby chargers to work. Does it work for you?
I'm experiencing the intermittent 401 problem as well. Please merge the google-auth branch with `master`
You are right; `import pynapl` also required password. It doesn't complain after I enter the machine password (this is the only module that asks for machine password. Have you tried...
Used the image that you suggested and get this result. Seems worse than the demo images. Is this what's expected? 
This solved the problem for me. I hope that this fix is not affected by daylight savings. ``` sunrise = calculate(.sunrise, for: date, and: .official)! - 3600*24 sunset = calculate(.sunset,...
> @rawmean How did you patch this in your code without streamlit-analytics having pushed it? Try this: ''' if "last_time" not in st.session_state: st.session_state[last_time] = datetime.datetime.now() _track_user() '''
Thanks. 5+ years interval may not be necessarily large if the period is set to 1mo as an example. If you insist on putting a check, maybe the check should...