Deep learning and CV on windows

I mostly use Linux but I tried to setup a windows machine just for the sake of testing. Near the end of 2019, things become extremely easy. It seems the easiest way to get a system ready and going will be

  • Install anaconda
  • Install pytorch with conda
  • Install fastai with conda
  • Install opencv with pip
    • pip install opencv-python opencv-contrib-python

Since pytorch comes with cuda, one doesn’t even need to bother with version of cuda toolkit. Just need to have the latest GPU drivers. For ubuntu Nvidia driver installation, can check back one earlier post.

Leave a Reply

Your email address will not be published. Required fields are marked *