20.03.2021 Views

Deep-Learning-with-PyTorch

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Summary

69

• PyTorch has a comprehensive standard library for tensor creation, manipulation,

and mathematical operations.

• Tensors can be serialized to disk and loaded back.

• All tensor operations in PyTorch can execute on the CPU as well as on the GPU,

with no change in the code.

• PyTorch uses a trailing underscore to indicate that a function operates in place

on a tensor (for example, Tensor.sqrt_).

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!