-
Found an repro here:
```
TEST_F(AllocationDomainTest, ReductionOnPermutedReshape) {
auto fusion = std::make_unique();
FusionGuard fg(fusion.get());
TensorView* in = makeContigConcreteTens…
-
### 🐛 Describe the bug
# NotImplementedError: Could not run 'aten::_sparse_coo_tensor_with_dims_and_tensors' with arguments from the 'SparseXPU' backend.
"test_contiguous_xpu",
"test_diff_l…
-
test: https://gcc.godbolt.org/z/f86hxd8cT
```
#define N 480
unsigned int
f (unsigned int res, signed char *restrict a,
unsigned char *restrict b)
{
for (__INTPTR_TYPE__ i = 0; i < N; ++i…
vfdff updated
1 month ago
-
Hey hi @lmcinnes
First of all, thx for this method. It working so well !
So I have a general question about using UMAP as a dimensionality reduction step in a prediction pipeline. We have a clas…
-
![image](https://github.com/JingyunLiang/VRT/assets/74354145/100b06d3-69fb-4a65-b378-07124558f684)
Using the configuration file below:
```
_base_ = [
'../_base_/default_runtime.py',
'..…
-
我在使用ppshituv1时,可以完成特征提取的训练,但是在`"PaddleClas/ppcls/configs/GeneralRecognitionV2/GeneralRecognitionV2_PPLCNetV2_base.yaml"`的配置文件中,我只做了对应的数据集路径修改和类别数量修改:
~~~
#########################配置文件###############…
-
### Feature request
Following some reflection based on a [closed PR](https://github.com/MaartenGr/BERTopic/pull/2180#issuecomment-2425958936), I want to suggest a change in the logger.info messages t…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### Ultralytics YOLO Component
…
-
Hi!
first, thanks four your work, i'm using it with my own data and it's fantastic! I'm working with a huge dataset, and using the batch_train function to update the model with new data (it's worki…
-
## Description
The attached model is infeasible when run with a presolve and optimal when run without a presolve. This only happens when I lower mip_feasibility_tolerance. Is this a bug or would it…