May 2020
Intermediate to advanced
530 pages
17h 8m
English
In this section, we will discuss two approaches to network parameter serialization that are available in the PyTorch C++ library. The first is using the torch::save function, while the second is using an object of the torch::serialize::OutputArchive type for writing parameters into it.
Let's prepare the neural network for further use.
Read now
Unlock full access