-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTodo_activate
More file actions
48 lines (35 loc) · 1.1 KB
/
Todo_activate
File metadata and controls
48 lines (35 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
#pour demarrer spyder, etre dans l'environnememt my_env
source activate my_env
conda update --all
spyder
source activate deeplearningaz
#pour etre sure d'avoir le shell a jour
source ~/anaconda3/etc/profile.d/conda.sh
conda activate my_env
source deactivate
source ~/.zshrc
https://www.udemy.com/le-deep-learning-de-a-a-z/learn/lecture/13413004#overview
https://gitlab.charlesbordet.com/charles/deeplearning/blob/e9437fd7f7fdbc7768aaf5ce7ceeb8359e8909e7/README.md
Sur MacOS
conda create --name deeplearningaz python=3.6 anaconda
conda activate deeplearningaz
conda install theano
conda install tensorflow
conda install keras
conda update --all
Ur ubuntu
conda create --name deeplearningaz python=3.6 anaconda
conda activate deeplearningaz
conda install theano
conda install tensorflow
conda install keras
conda update --all
Si spider est lent:
conda install ipython=6 ipykernel=4
postgresql
# environment location: /home/anthelix/anaconda3/envs/psyco
conda create --name psyco python=3.6 anaconda
conda activate psyco
conda install -c anaconda psycopg2=2.7.4
conda update -n base -c defaults conda
conda desactivate