-
We are trying to use bloom filters to reduce the latency of queries that have a long IN caluse (number of elements in the IN caluse is ~50). However we see bllom filters are not taking effects.
Aft…
-
### Describe the bug
Tested on a parquet file with a single `Dictionary(UInt32, Utf8)` column and bloom filters, datafusion-cli won't use them to prune.
### To Reproduce
```rust
use arrow::a…
-
We've been struggling too much with setting up running 6 models from Whisperer Challenge. Over the weekend, I researched some existing HSI dataset, probably with HSI dataset. Here's some [chat log](ht…
-
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
From looking at the pruning logic, it appears that we can prune inputs based on `col = 'str…
-
### Is your feature request related to a problem or challenge?
I currently have two data sources, one stored in Parquet format and the other in memory. I need to implement a scan function. I tried us…
-
### What is the problem you're trying to solve
I am suggesting the addition of an image pruning feature with filtering options in the "ctr" tool. This feature would enable users to remove images that…
-
### Description
when attempting to load a GitHub Repo into long term memory after it reading and saving to collections , it doesn't get all the files but somewhere it crashes.
Logs
```
b" Runni…
-
I tried to use torch pruning to do filter pruning
The model I want to prune is ResNet18
```cpp
model.to(device)
model.eval()
example_inputs = torch.randn(1, 3, 32, 32).to(device)
before = summ…
-
### Is your feature request related to a problem or challenge?
Hello! I'm working on a database, using the delta lake format with datafusion as the query engine. I'd like to implement support for wri…
-
- https://arxiv.org/abs/1608.08710
- 2017 ICLR
様々なアプリケーションにおけるCNNの成功は、計算コストとパラメータ保存コストの大幅な増加を伴っている。
これらのコストを削減するための最近の取り組みとして、元の精度を損なうことなくさまざまな層の重みを刈り込んだり圧縮したりすることが行われている。
しかし、重みの大きさに基づくプルーニングでは…
e4exp updated
3 years ago