-
**Describe the bug**
When assigning to a row of a series with multiindex, cudf raises exception.
**Steps/Code to reproduce bug**
```python3
>>> idx= cudf.MultiIndex.from_product([(1, 2), (3, 4)]…
-
**Describe the bug**
When using map_partitions() on a `dask_cudf` dataframe we can potentially get an unexpected index. This does not affect `.compute()` by default as it reconstructs a global index.…
-
**Describe the bug**
A clear and concise description of what the bug is.
`cuml.model_selection.train_test_split` does not work like `sklearn.model_selection.train_test_split` when passing a datafram…
-
Below is a rough code to explain what I did.
```python
import torch.multiprocessing as mp
def inference(config):
data_loader = get_loader(config)
while True:
for step in ran…
-
**# When I run T-DESEQ2 in bulk RNA sequencing analysis.**
treatment_groups=['4-3','4-4']
control_groups=['1--1','1--2']
result=dds.deg_analysis(treatment_groups,control_groups,method='DEseq2')
…
-
## 环境
- 【FastDeploy版本】: paddlepaddle/fastdeploy:1.0.3-cpu-only-21.10 参考示例服务化部署ppocrv3
## 问题日志及出现问题的操作流程
- 【性能问题】描述清楚对比的方式
- - backend为paddle和openvino,多并发请求OCR服务(500张图片,10并发)
1、默认配置(动态shape),内…
-
## 🐛 Bug
When I was compiling an Android app and running it, there was a crash:
```
FATAL EXCEPTION: Thread-4
Process: ai.mlc.mlcchat, PID: 11743
org.apache.tvm.Base$TVMError: InternalError: Chec…
-
Several parts of the Array API standard assume that array objects are mutable. Some array API implementations (notably JAX) do not support mutating array objects. This has led to array API implementat…
-
### Current Behaviour
When calling `.to_widgets()` in jupyter lab, it stops at `Render widgets: 0%` and a warning:
```
IOPub message rate exceeded.
The Jupyter server will temporarily stop sendi…
-
## 🚀 Feature
TorchStore is a key-value store that holds ATen tensors in shared memory so that they can be accessed across process boundaries without any expensive copy operations.
## Problem
…