本文简要介绍python语言中 torch.package.PackageExporter.close
的用法。
用法:
close()
将包写入文件系统。
close()
之后的任何调用现在均无效。最好使用资源保护语法:with PackageExporter("file.zip") as e: ...
相关用法
- Python PyTorch PackageExporter.register_extern_hook用法及代码示例
- Python PyTorch PackageExporter.register_intern_hook用法及代码示例
- Python PyTorch PackageExporter.register_mock_hook用法及代码示例
- Python PyTorch PackageImporter.id用法及代码示例
- Python PyTorch ParagraphAggregator用法及代码示例
- Python PyTorch ParallelReadConcat用法及代码示例
- Python PyTorch ParameterList用法及代码示例
- Python PyTorch PairwiseDistance用法及代码示例
- Python PyTorch ParquetDataFrameLoader用法及代码示例
- Python PyTorch ParameterDict用法及代码示例
- Python PyTorch Pareto用法及代码示例
- Python PyTorch Proxy用法及代码示例
- Python PyTorch PoissonNLLLoss用法及代码示例
- Python PyTorch PixelShuffle用法及代码示例
- Python PyTorch Pipe用法及代码示例
- Python PyTorch PooledEmbeddingsAllToAll用法及代码示例
- Python PyTorch Poisson用法及代码示例
- Python PyTorch Perceptron用法及代码示例
- Python PyTorch PixelUnshuffle用法及代码示例
- Python PyTorch PitchShift用法及代码示例
- Python PyTorch PooledEmbeddingsReduceScatter用法及代码示例
- Python PyTorch PReLU用法及代码示例
- Python PyTorch frexp用法及代码示例
- Python PyTorch jvp用法及代码示例
- Python PyTorch cholesky用法及代码示例
注:本文由纯净天空筛选整理自pytorch.org大神的英文原创作品 torch.package.PackageExporter.close。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。