From 2b59e498dfdff73492707954cd1652b05c4cc932 Mon Sep 17 00:00:00 2001 From: Jinzhe Zeng Date: Wed, 28 Feb 2024 16:23:50 -0500 Subject: [PATCH] HDF5 link Signed-off-by: Jinzhe Zeng --- doc/backend.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/backend.md b/doc/backend.md index 14827f5ad5..83d0c018f0 100644 --- a/doc/backend.md +++ b/doc/backend.md @@ -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