-
### Clear and concise description of the problem
The current arrayElements method only takes elements from an array once.
The multiple method only uses a function as input.
I need a method to pic…
-
Need to implement `random` module in the project.
Currently, it implemented in Python. Need to implement it in Cython and cover following functionality
https://docs.scipy.org/doc/numpy-1.13.0/refere…
shssf updated
3 years ago
-
### Problem description
The [docs](https://nanobind.readthedocs.io/en/latest/eigen.html#sparse-matrices) write that Eigen::SparseMatrix _maps_ to scipy.sparse.csc/csr, but in my minimal example seems…
-
When rebuild, Rspack uses CodegenResults::get_one() to get one module codegen_result by choosing an random runtime
So if runtime changes, the updated modules may not correct
-
### Python Version
3.12
### pytest Version
8.3.3
### Package Version
3.15.0
### Description
Making a simple [pybind11](https://github.com/pybind/pybind11/) module that binds a function calling …
-
![image](https://github.com/user-attachments/assets/f98f0934-ccd8-4d90-a2bc-575eb07adf3d)
I found from the PPT of ZetaSQL that it is said that on the basis of ZetaSQL, a test framework for generating…
-
In PyTorch there is a module called [PixelShuffle ](https://pytorch.org/docs/stable/generated/torch.nn.PixelShuffle.html).
I created as mall implementation of it that currently only supports 4D Tenso…
-
I am encountering an error while running the iverilog verification task for my adder design in the OpenFPGA flow. Although the relevant Verilog files are present in the specified SRC directory, I am r…
-
Hi,
I'm trying to introduce `mutmut` into an existing project but am failing to get it to run with:
```console
.venv/lib/python3.13/site-packages/mutmut/__main__.py", line 694, in execute_pytes…
-
From the tutorials and recipes it looks like you can only do dynamic Int8 Int4? Also I cannot export the trained model to onnx?
```
import torch
from torchao.quantization.prototype.qat import I…