Skip to content

Instantly share code, notes, and snippets.

View tnguyenv's full-sized avatar

Ted Nguyen tnguyenv

  • iSpace Research Lab, Simon Fraser University
  • BC, Canada
View GitHub Profile
@tnguyenv
tnguyenv / relocation.ipynb
Created December 2, 2018 12:11
Finding Alike Neighbourhoods in Toronto
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tnguyenv
tnguyenv / Dockerfile
Created November 30, 2018 09:35
PyTorch + Jupyter Notebook Docker
FROM pytorch/pytorch:nightly-runtime-cuda9.2-cudnn7
RUN pip install jupyter
CMD ["jupyter", "notebook", "--ip=0.0.0.0", "--no-browser", "--allow-root"]
@tnguyenv
tnguyenv / cmpt310a2.ipynb
Last active October 23, 2018 15:29
Ted's A2 Solution
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.