libffcv / ffcv

FFCV: Fast Forward Computer Vision (and other ML workloads!)
https://ffcv.io
Apache License 2.0
2.8k stars 180 forks source link

Do we run conda and pip install? #233

Closed vedantroy closed 1 year ago

vedantroy commented 1 year ago

The installation guide says:

conda create -y -n ffcv python=3.9 cupy pkg-config compilers libjpeg-turbo opencv pytorch torchvision cudatoolkit=11.3 numba -c pytorch -c conda-forge
conda activate ffcv
pip install ffcv

Do we need to run pip install ffcv after creating the conda environment?

vedantroy commented 1 year ago

Seems like we run both