Thomas Legrand

My personal website

Thomas Legrand

Blog

Reproducible Python project with Pipenv
Python

Reproducible Python project with Pipenv

Pipenv provides a simple way to create and manage independent Python environment as well as installing/removing packages. Nowadays it is the recommended tool to handle your Python projects.

Deep Learning Setup on Windows 10
Setup

Deep Learning Setup on Windows 10

I used to work on a Mac and don't bother configuring for Deep Learning. However, as Windows is not supported by nvidia_docker, I had to find a way. Here is my new Deep Learning development setup on Windows 10.