We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
smp_serde
rmp_serde
1 parent fae641f commit 51a2973Copy full SHA for 51a2973
burn-book/src/saving-and-loading.md
@@ -4,7 +4,7 @@ Saving your trained machine learning model is quite easy, no matter the output f
4
mentioned in the [Record](./building-blocks/record.md) section, different formats are supported to
5
serialize/deserialize models. By default, we use the `NamedMpkFileRecorder` which uses the
6
[MessagePack](https://msgpack.org/) binary serialization format with the help of
7
-[smp_serde](https://docs.rs/rmp-serde/).
+[rmp_serde](https://docs.rs/rmp-serde/).
8
9
```rust, ignore
10
// Save model in MessagePack format with full precision
0 commit comments