From 6250fa89c87ffcfb7cfa17b47925e8b294812d03 Mon Sep 17 00:00:00 2001 From: Joel Hogg <72028103+jwhogg@users.noreply.github.com> Date: Thu, 27 Jun 2024 12:50:28 +0100 Subject: [PATCH] Remove closed 'future improvements' (#1935) Closed issues that are still under the 'future improvements' heading, and have been implemented, have been removed from the heading. --- examples/mnist-inference-web/README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/examples/mnist-inference-web/README.md b/examples/mnist-inference-web/README.md index 6785f03a2..c8ae076b0 100644 --- a/examples/mnist-inference-web/README.md +++ b/examples/mnist-inference-web/README.md @@ -72,10 +72,6 @@ byte file is the model's parameters. The rest of 356,744 bytes contain all the c There are several planned enhancements in place: -- [#202](https://github.com/tracel-ai/burn/issues/202) - Saving model's params in half-precision and - loading back in full. This can be half the size of the wasm file. -- [#243](https://github.com/tracel-ai/burn/issues/243) - New WebGPU backend would allow computation - using GPU in the browser. - [#1271](https://github.com/rust-ndarray/ndarray/issues/1271) - [WASM SIMD](https://github.com/WebAssembly/simd/blob/master/proposals/simd/SIMD.md) support in NDArray that can speed up computation on CPU.