Open
Description
You can discuss any issues concerning installation in this thread.
We assume that you have basic data science toolkit (sklearn, numpy/scipy/pandas). Basically whatever comes with default anaconda distribution.
- Anaconda: https://www.continuum.io/downloads (or simply use python with numpy/sklearn)
Assignments require numpy, scipy, pandas, matplotlib, scikit-learn and sometimes tqdm to launch. Luckily, all those packages are either pre-installed or can be installed with pip install <name>
.
You will also need to install PyTorch:
- Installing on Linux / Mac OS: http://pytorch.org/
- Installing on windows: https://anaconda.org/peterjc123/pytorch (CPU only)
If you don't/can't install that (e.g. you use windows and installation is tricky), try Docker Container for CPU or nvidia-docker for GPU.
If you run into any trouble, feel free to post here, even if it's like "i don't know what the hell all these letters mean!!!".
Metadata
Metadata
Assignees
Labels
No labels