All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Default
vs.load
to use the Python weight format when the file extension is.pt
or.bin
.
- Expose functions for setting manual seeds for CUDA devices, #500.
- Expose functions for triggering manual sync, #500.
- Add some functions to load Python weight files.
- Extending the Kaiming initialization, #573.
- Adapt to C++ PyTorch library (
libtorch
) versionv1.13.0
.
- Adapt to C++ PyTorch library (
libtorch
) versionv1.12.0
.
- Adapt to C++ PyTorch library (
libtorch
) versionv1.11.0
.
- Adapt to C++ PyTorch library (
libtorch
) versionv1.10.0
.
- Adapt to C++ PyTorch library (
libtorch
) versionv1.9.0
.
- Adapt to C++ PyTorch library (
libtorch
) versionv1.8.1
.