Skip to content

cyrusmvahid/aim-418-labs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Environmnet set up

To install Conda please refer to this link

 conda create -n HUB python=3.6 anaconda
 source activate HUB
 pip install numpy mxnet jupyter seaborn matplotlib pandas scipy gluoncv gluonnlp scikit-learn
 #test your environment
 which python
 # shoud result in <your conda path>//envs/HUB/bin/python
 python --version
 #Python 3.6.8 :: Anaconda, Inc.
 #To leave the environment
 conda deactivate

To get this repository, please run: git clone https://github.com/cyrusmvahid/aim-418-labs.git

Study Materials:

Running on Collab

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published