Skip to content
Snippets Groups Projects
user avatar
Jean-Luc Parouty Jean-Luc.Parouty@simap.grenoble-inp.fr authored
Former-commit-id: b69e3b60
1941cd20
History
Name Last commit Last update
GTSRB
.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