Something went wrong on our end
Forked from
Talks / Fidle
529 commits behind the upstream repository.
-
Jean-Luc Parouty authored
Former-commit-id: 6b97bfb6
Jean-Luc Parouty authoredFormer-commit-id: 6b97bfb6
README.md 716 B
FIDLE - Formation Introduction au Deep Learning
S. Arias, E. Maldonado, JL. Parouty - CNRS/SARI/DEVLOG - 2020
1/ Environment
To run this examples, you need an environment with the following packages :
- Python 3.6
- numpy
- Tensorflow 2.0
- scikit-image
- scikit-learn
- Matplotlib
- seaborn
- pyplot
You can install such a predefined environment :
conda env create -f environment.yml
To manage conda environment see there
4/ Misc
To update an existing environment :
conda env update --name=deeplearning2 --file=environment.yml