Lecture material for Global Summer Bootcamp
Python or Anaconda, if you choose to use pip
to install package, we
recommend using virtualenv
to manage your environment.
Below are the steps to setup the required packages for bootcamp's excercises.
pip install -r requirements.txt
conda create --name <env_name> --file requirements.txt python=3.6
conda activate <env_name>
PyTorch requires different command based on your environment. In this course, we will use PyTorch 1.12.0 (which is latest at the moment). You choose the command to install by accessing the following link:
https://pytorch.org/get-started/locally/
Docker desktop already provide the docker engine and docker-compose, you may download all platform's docker-desktop in offcial website
After installation, type below command into your terminal to see if the installation is successfully done.
docker --version
docker-compose --version
'''
You should see output like this:
Docker version 18.09.2, build 6247962
docker-compose version 1.23.2, build 1110ad01
'''
Date | Subject |
---|---|
Jun 30 |
|
Jul 5 |
|
Jul 7 |
|
Jul 12 |
|
Jul 14 |
|
Jul 19 |
|
Jul 21 |
|
Jul 26 |
|
Jul 28 |
|
Aug 2 |
|
Aug 4 |
|
Aug 9 |
|
Aug 11 |
|
Aug 16 |
|
Aug 18 |
|
Aug 23 |
|
Aug 25 | Presentation (Paul) |
Aug 30 | Rehearsal |
Sep (TBD) | Demo Day |