File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change 4
4
# Released under the MIT License (MIT)
5
5
# https://github.com/nullbyte91/Simple-Sh-DataScience/blob/master/LICENSE.md
6
6
7
- # Title : deepSpeech .sh
8
- # Description : This script use to explore, deploy Deep Speech from Mozilla(https://github.com/mozilla/DeepSpeech)
9
- # author : Jegathesan Shanmugam
7
+ # Title : fastai_v0.7_gpu .sh
8
+ # Description : This script to install fast.ai cpu env on ubuntu system
9
+ # author : Jegathesan Shanmugam
10
10
11
11
fAnaconda2Sh=" Anaconda2-4.2.0-Linux-x86_64.sh"
12
12
dAnaconda2Install=" $HOME /anaconda2/"
@@ -53,9 +53,6 @@ ssl_verify: False" >> ~/.condarc
53
53
# Configure proxy for pip
54
54
echo " export REQUESTS_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt python" >> ~ /.bashrc
55
55
fi
56
-
57
- # conda install -y bcolz
58
- # conda upgrade -y --all
59
56
fi
60
57
}
61
58
@@ -67,8 +64,7 @@ function installFastaiCPU()
67
64
cd fastai
68
65
conda env create -f environment-cpu.yml
69
66
70
- # Activate conda env for fastai
71
- # conda activate fastai-cpu
67
+ # Activate conda env for fastai-cpu
72
68
73
69
echo " List conv env: by typing conda info --envs"
74
70
echo " run the below command on terminal:"
You can’t perform that action at this time.
0 commit comments