Lecture material for Taiwan Summer Bootcamp
Python 3.6 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.9.0 (which is latest at the moment). You choose the command to install by accessing the following link:
https://pytorch.org/get-started/locally/
Date | Subject |
---|---|
Aug 9 |
|
Aug 10 |
|
Aug 12 |
|
Aug 17 |
|
Aug 19 |
|
Aug 24 |
|
Aug 26 |
|
Aug 31 | |
Sep 2 | |
Sep 7 | |
Sep 9 |
|
Sep 14 | Pitching |
Sep 16 | Pre-Rehearsal |
Sep 17 | Rehearsal |
Sep -- | Demo Day |