Skip to content
Snippets Groups Projects
README.md 429 B
Newer Older


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
```