-
It might sound too early to be talking about such fancy high level APIs but I think a WASI runtime with hardware accelerated neural networks and related algorithms would have a huge immediate market s…
-
The README.md does not say what WASI-nn is.
-
This issue is a tracking issue for discussing the addition of a machine learning module to WASI. I created a very rough draft of what the API could look like, [wasi_ephemeral_nn.witx](https://github.c…
-
I am using `witx-bindgen` (previously `generate-raw`) in a similar library to this one but for wasi-nn. I manually created and tweaked the generated Rust code and can use that in my repo but at some p…
-
While talking to @kubkon about an issue with #2050, we found that the lifetime of the `Tensor` struct was not being propagated downwards to the field correctly. On #2050's branch and using `cd crates/…
-
#### TensorFlow.js version
1.0.4
#### Browser version
Chrome 73
#### Describe the problem or feature request
Has there been any further discussion about using WASM to optimize performance? I noti…
-
I tried to run the train_nli.py file to train your model but got the following error.
```
Traceback (most recent call last):
File "train_nli.py", line 283, in
train_acc = trainepoch(epoch…