Skip to content

Commit

Permalink
HDF5 link
Browse files Browse the repository at this point in the history
Signed-off-by: Jinzhe Zeng <[email protected]>
  • Loading branch information
njzjz committed Feb 28, 2024
1 parent 54f0b84 commit 2b59e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/backend.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ This backend is only for development and should not take into production.
DPModel is a reference backend for development, which uses pure [NumPy](https://numpy.org/) to implement models without using any heavy deep-learning frameworks.
Due to the limitation of NumPy, it doesn't support gradient calculation and thus cannot be used for training.
As a reference backend, it is not aimed at the best performance, but only the correct results.
The DPModel backend uses HDF5 to store model serialization data, which is backend-independent.
The DPModel backend uses [HDF5](https://docs.h5py.org/) to store model serialization data, which is backend-independent.
Only Python inference interface can load this format.

## Switch the backend
Expand Down

0 comments on commit 2b59e49

Please sign in to comment.