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

Fixes/render results #37

Merged
merged 12 commits into from
May 14, 2016
Merged

Fixes/render results #37

merged 12 commits into from
May 14, 2016

Conversation

andrewljohnson
Copy link
Contributor

  • slim down memory usage in data pipeline until it works on my iMac and Linux boxes
    • don't make a big dict of all way bitmaps
    • batch test predictions at end of training
  • add cycleway/footway args (fixes classify cycleways and footways too #29)
  • use split reqs properly in Dockerfiles
  • update README with better training image

RUN pip install -r /DeepOSM/requirements.txt
ADD requirements_base.txt /DeepOSM/requirements_base.txt
ADD requirements_cpu.txt /DeepOSM/requirements_cpu.txt
RUN pip install -r /DeepOSM/requirements_cpu.txt
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ahh yes... I knew I was forgetting something... thanks

@zain
Copy link
Contributor

zain commented May 14, 2016

lgtm 👍

@andrewljohnson andrewljohnson merged commit d76f84d into master May 14, 2016
@andrewljohnson andrewljohnson deleted the fixes/render-results branch May 16, 2016 19:00
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

Successfully merging this pull request may close these issues.

classify cycleways and footways too
2 participants