-
Throwing this up for discussion based on the conversations today around extension inference in exec.
Let's flesh out the requirements, and features this task should implement.
## Extension Inferenc…
-
@espeed: 'For example, say you store raw input from users as nodes, and you run algorithms on the raw input to slice and dice the data, make inferences and associations based on your initial algorithm…
-
Here's an overview of the features we intend to work on in the near future.
## Core Keras
### Saving & export
- Implement saving support for sharded models (sharded weights files).
- Improve…
-
### Describe the issue
"MIOpen Error: No invoker was registered for convolution forward." happens when trying to use any model for inference with convolution codes. This is because the caching system…
-
When a ProbQueryAlgorithm is created, it is registered on the universe, but when a kill is issued, it is never deregistered. This is a problem when you have many nested inference algorithms. This real…
-
We have a lot of different inference algorithms and likelihoods for GPs in shogun. This task is to write a [cookbook page](https://github.com/shogun-toolbox/shogun/tree/develop/doc/cookbook) for each …
-
**Is your feature request related to a problem? Please describe.**
Currently 8-bit and 4-bit are de facto standard quantization algorithms, but I would like to have the implementation of [BitNet b1.5…
-
Hi,
I just started looking into statistical tests for comparing algorithm performance. Thank you very much for posting your implementation for "[Approximate Statistical Tests for Comparing Supervis…
-
The internals of our SVI code need a bit of cleanup to better support nesting `SVI` inside other inference algorithms, a necessary component of several projects including `contrib.oed`.
Tasks:
- […
-
Hi,
Thanks for sharing this great work. However, I don't know how to generate correct results of other algorithms like EIIE, IMIT, especially DeepTrader. I used TradeMaster repo, but it seems there…