Python Environment
Let's setup environment here¶
create env¶
If you are from china(mainland):
conda activate fz2h_course
pip install numpy pandas matplotlib opencv-python -i https://pypi.tuna.tsinghua.edu.cn/simple
else:
- install pytorch If you only have cpu:
conda activate fz2h_course
pip install torch torchvision --index-url https://download.pytorch.org/whl/cpu
If you have nvidia gpu (e.g., RTX 3060 etc):
Use the command to check your gpu version:
Select the correct pytorch version:

