-
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues.
### Version
2.0.4&2.0.5
### What's Wrong?
…
-
### Checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of Polars.
### Reprodu…
-
I just started using NNCF and I used NNCF to do filter pruning on Yolov5s. When I trained the model according to the steps in `Useage`, the model could be trained or saved using `torch. save`, but it …
-
`RowGroup` is an organization level in parquet format, on top of `Page`. It has its own statistics and metadata for filtering on reading. Currently the parquet file generated by flushing memtable in G…
-
I have a few big size table over than 1 billion rows.
Each tables relate with each others.
I'd like to join the tables with keys.
Such as,
SELECT *
FROM big_one o
JOIN big_two t
ON o.r_key = …
-
hi @wenwei202 , Thank you for your sharing. Based on your paper, I implemented [ZJCV/SSL](https://github.com/ZJCV/SSL) using pytorch, including `train-prune-finetuing` for VGGNet and ResNet
* For V…
-
when I pruner https://github.com/chenjun2hao/DDRNet.pytorch
I meet the error
`
def prune_model(model):
model.cpu()
DG = tp.DependencyGraph().build_dependency(model, torch.randn((1…
-
I trained the vgg and saved the model as pth file. then I load it for pruning some filters of it.
the last conv after pruning is not 512 anymore, some filters are gone.
how Pruning the last conv lay…
-
# Environment
**Delta-rs version**: 0.19.0 (also tested against main)
**Binding**: Rust
**Environment**: MacOS, linux
- **Cloud provider**: AWS
- **OS**: MacOS, Linux
- **Other**:
***
…
-
- There are numerous types of queries where it is guaranteed that no rows will be returned. For instance - selection only queries with `LIMIT 0`, group by aggregation queries with `LIMIT 0`, queries w…