squeeze introduces transpose, which is not implemented #1034
sei-jgwohlbier
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to use a
squeeze
in my PyTorch model. The line in the forward function is simplyThis introduces an object
<hls4ml.backends.fpga.fpga_backend.VivadoTranspose object at 0x7f7a4cd3e020>
which leads to a compilation errorAre there any suggestions for getting past this?
Beta Was this translation helpful? Give feedback.
All reactions