Neil Goldader

Results 17 comments of Neil Goldader

I think this relates pretty closely to a more broad question I've been thinking about (particularly for non-micromobility modes): How do we want to represent non-trip movement? This is critical...

Hi @jrheard, sorry for not responding earlier, I wanted to take the time to make sure I had a solid response to the issue. I think your understanding of rule-evaluation...

I contributed a Big Sur style icon to https://macosicons.com/ for Insomnia, would be happy to cut a PR adding it here too if there's interest!

Posting a zip of the icon I spun up a few months back, in case the macosicons link dies again (--EDIT-- the macosicons link is _still_ dead, so glad I...

Have you tried installing `git-lfs`, running `git lfs install`, and then running the `server/models/download.sh` script to fetch the models? If you're looking for an easy-setup path, I'd recommend going with...

I believe that the `Dockerfile-mac-backend` file is missing a `COPY requirements-mac.txt ./` statement. If you add that right after the line that copies `requirements.txt`, it ought to work.

I ran into the same issue, and am lightly looking into this as time permits. Currently testing out a very naive approach of converting the Tensorflow 1 imports to Tensorflow...