-
# Problem
DRILL crashes sometimes during its training phase because of an assertion that is not fulfilled.
```
Goal Concept: Q154797 E^+:[3] E^-:[3]
Traceback (most recent call last):…
-
NOTE: I was able to reproduce this problem with upstream oss-cad-suite packages from YosysHQ , such that this is not apio specific.
On my windows box 'apio upload' fails with the apio dev version b…
-
### Your current environment
The output of `python collect_env.py`
```text
Your output of `python collect_env.py` here
```
### Model Input Dumps
_No response_
### 🐛 Describe the bug
…
-
最近在量化DETR模型,在模拟器上fp16精度的推理在coco数据集上的map正常,但是int8推理mAP为0,请问有人知道为什么吗,这个bug折磨了我两礼拜了。
虽然mAP是0,但是推理的bbox和logits不为0
我的理解是int8和fp16推理用的是同一套前后处理代码,所以前后处理肯定没有问题,唯一存在的问题可能rknn config里面,但是里面能改同的只有mean和std,…
-
### Problem Description
I install rDP and do tracing example follow the README.md. But it run Aborted(failed)
root@tw024:/ws/Try_rPD# runTracer.sh python matmult_gpu.py
Creating empty rpd: tra…
-
Add `config` subcommand to generate a kernel config from a set of fragments like the ones in [here](https://github.com/metaspace/kernel-fragments).
The generated config should include configuration…
-
Python code:
```
#!/usr/bin/env python3
import argparse
import csv
import os
import sys
import numpy as np
import pandas as pd
import scipy.sparse as sparse
import scipy.io as sio
impor…
-
**Describe the bug**
when i use fastapi run the server.py, i want add workers , like this
if __name__ == '__main__':
parser = argparse.ArgumentParser()
parser.add_argument('--port',
…
-
Hi! I tried to use headless renderer of aitviewer-skel to render SKEL models frame by frame but found abnormal noise in the rendered frames. The following is an example. Wondering if you know how to r…
-
**suggestion:** Consider using a command pattern instead of multiple elif statements
A command pattern or dispatch dictionary would make the code more maintainable as new commands are…