Hendrik Borras

Results 5 issues of 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:...

bug

## 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....

bug

## 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...

enhancement