-
In https://github.com/ROCm/AMDMIGraphX/pull/2973, uint8 type has been enabled for MaxPool, however following test cases are failing:
- AveragePool with padding and uint8/int8 type
- AveragePool with…
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and fou…
-
### System information
- **OS Platform and Distribution (e.g., Linux Ubuntu 18.04)**: Ubuntu 20.04
- **Apollo installed from (source or binary)**: source
- **Apollo version (3.5, 5.0, 5.5, 6.0)**…
-
My .dta (STATA) file has some columns as Float32, others as Int8, etc. Especially the Int8 casuses lots of problems in the code (overflow...), so they must be converted to Int64.
Is there a simple…
-
A | B | C | D | Compute(Scale)
-- | -- | -- | -- | --
fp32 | fp32 | fp32 | fp32 | fp32
fp16 | fp16 | fp16 | fp16 | fp32
fp16 | fp16 | fp16 | fp32 | fp32
bf16 | bf16 | bf16 | bf16 | fp32
fp8/bf…
-
When trying to build and run the container with the cm commands for MLPerf (we have a nvidia based system, and followed the corresponding instructions: [https://docs.mlcommons.org/inference/benchmarks…
rysc3 updated
3 weeks ago
-
### System Info
TensorRT Model Optimizer: 0.15.1
TensortRT-LLM version: 0.14.0.dev2024100100
Python version
OS: Ubuntu 22.04
CPU Arch: x86_63
Driver version: 555.42.02
CUDA Version:12.5
### Who can…
-
In numpy 1.24.0 through 1.26.4, if NPY_PROMOTION_STATE is set to "weak", the following expressions raise an OverflowError:
```
np.int8(1) < 1000
np.int8(1) 1000
np.int8(1) >= 1000
```
In numpy 2.x, i…
-
# 平台(如果交叉编译请再附上交叉编译目标平台):
# Platform(Include target platform as well if cross-compiling):
Linux
# Github版本:
# Github Version:
MNN主页的zip包,昨天下载的
# 编译方式:
# Compiling Method
```
cd bu…
-
I know quantized model isn't supported yet. I would like to confirm this is the symptom due to Dequantize/Quantize operators?
The model I'm testing is ShuffleNet-v2-int8 from [here](https://github.…