Merge branch 'master' of github.com:Tocard-Inc/Deep-Learning

This commit is contained in:
gdamms 2022-04-13 09:29:10 +02:00
commit cce6be8ec9
6 changed files with 112 additions and 61 deletions

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -8,7 +8,7 @@ export LD_LIBRARY_PATH=/applications/matlabr2021b/bin/glnxa64/:$LD_LIBRARY_PATH
# on installe un environnement virtuel python
python3 -m venv .env
source .env/bin/activate
python -m pip install pip tensorflow matplotlib numpy sklearn ipykernel jupterlab
python -m pip install pip tensorflow matplotlib numpy sklearn ipykernel jupyterlab
# on inscrit le venv dans la liste des kernels ipython
python -m ipykernel install --user --name=.env

File diff suppressed because one or more lines are too long