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.
This commit is contained in:
Joel Hogg 2024-06-27 12:50:28 +01:00 committed by GitHub
parent cdd1fa1672
commit 6250fa89c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 4 deletions

View File

@ -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.