August 2019
Intermediate to advanced
342 pages
9h 35m
English
The last example of a deep learning library we will examine here is pytorch.
PyTorch is a project developed by Facebook, specially designed to perform large-scale image analysis. Even in the case of PyTorch, installation (always within the py35 environment) via conda is rather simple:
conda install -n py35 -c peterjc123 pytorch
Read now
Unlock full access