Hendrik Borras
Hendrik Borras
Hi all, it seems like there is something strange going on with the status command and pending jobs on our slurm cluster. I'm not entirely sure why this happens, but...
Hi all, a use case for which I've been using `seml` a lot is grid searches for finding good hyperparamters for neural nets. And it would be great if one...
It is currently not possible to easily remove the shape from a given tensor. The attached .zip file contains an QONNX model, which has unset tensors: [CNV_2W2A.zip](https://github.com/Xilinx/finn-base/files/6961855/CNV_2W2A.zip) Running the following:...
## Prerequisites Please make sure to check off these prerequisites before submitting a bug report. - [x] Test that the bug appears on the current version of the main branch....
## Details Currently a transformation on a model in looks like this: ```py model = model.transform(MoveChanLastUpstream()) ``` The executed transformation, in this case `MoveChanLastUpstream`, may change the model, or it...
Hi, thank you for this nice project! It's really cool to get an impression of the performance of the Neural Engine! Below is a bit of data to add to...
### Issue Description Hi all, apparently the bug initially seen in #1778 reappears, when using a `PyroModule` instead and running a simple inference. Meaning that parameters which have `requires_grad=False` set...
**Describe the bug** When using an activation quantizer with stochastic rounding on the GPU, the implementation breaks with a complaint about: `RuntimeError: Expected a 'cuda' device type for generator but...