In cases where parameters are large, users may want to save memory by preventing Process from saving a copy of the parameters. This PR adds an option to allow this. When using this option, the user must make sure that the parameters are not mutated.
By creating this pull request, I agree to the Contributor License
Agreement, which is available in CLA.md at the top level of this
repository.
In cases where parameters are large, users may want to save memory by preventing Process from saving a copy of the parameters. This PR adds an option to allow this. When using this option, the user must make sure that the parameters are not mutated.
By creating this pull request, I agree to the Contributor License Agreement, which is available in
CLA.md
at the top level of this repository.