-
**Is your feature request related to a problem? Please describe.**
Nowadays, there is a need to take the floating point models that have been trained and deploy them to edge devices. One way that is …
-
Thanks for your collection. However, "The Lottery Ticket Hypothesis: Finding Sparse, Trainable Neural Networks"(ICLR2019) is a weight-level pruning algorithm. As the paper says, it only tries unstruct…
-
We are looking into how to accelerate inference speed of a sparsified DNN or quantized DNN.
For sparsification, we are able to prune 95% of parameters. And we hope that the inference speed can be ac…
-
This is a continuation of the [CustomResourceDefinition feature](https://github.com/kubernetes/features/issues/95).
As discussed earlier, the plan is to go GA. This is the list of tasks that need …
-
Consider the case
```
x['c1'][:10]
```
Currently, dask.array does not evaluate indexing by column names from the storage backend.
It does slicing first. Effectively dask evaluate this as `x[:10]['c1…
-
**Is this a BUG REPORT or FEATURE REQUEST?**:
/kind bug
**What happened**:
When listing a namespaced CRD with a valid label selector no results are returned
**What you expected to ha…
-
I'm looking into vespa for a big data processing and serving senario, it might look good to fit into our use case. Before deep dive the massive source code to make an evaluation, could you please shar…
-
Fixes #1260 and #1422
Relates to #611
### Backstory
We had this discussion for a while now. I believe we all agree that TripleA UI-Code is pretty messy right now and difficult to work with...
I wa…