Jan-Frederik Schulte
Jan-Frederik Schulte
Adds support for RNN layers (GRU, LSTM, RNN) to the pytorch parser. Caveat: We currently lack implementation for `getitem` operations, so we can currently not return the hidden state after...
This PR adds support for the parsing of simple brevitas layers (QuantLinear, QuantActivation, QuantConv1D, QuantConv2D) to the pytorch parser. More complex models will still have to go through QONNX, but...
Fixes issues with softmax activation in pytorch parser reported in https://github.com/fastmachinelearning/hls4ml/issues/1083 and adds softmax activation to the pytest. I also added a one-line change to fix https://github.com/fastmachinelearning/hls4ml/issues/1074 while I'm messing...