Skip to content
Snippets Groups Projects
Forked from Talks / Fidle
588 commits behind, 35 commits ahead of the upstream repository.
Name Last commit Last update
GTSRB
MNIST
.gitignore
README.md
environment.yml

German Traffic Sign Recognition Benchmark (GTSRB)


Introduction au Deep Learning (IDLE) - S. Arias, E. Maldonado, JL. Parouty - CNRS/SARI/DEVLOG - 2020

1/ Environment

To install your conda environment :

conda env create -f environment.yml

4/ Misc

To update an existing environment :

conda env update --name=deeplearning2 --file=environment.yml