Niklas Kunz
Results
2
issues of
Niklas Kunz
When passing multiple inputs to a block, the model fails to compile: ```elixir Mix.install( [ {:exla, ">= 0.0.0"}, {:axon, path: "./axon", overwrite: true}, {:table_rex, "~> 3.1.1"} ], config: [nx: [default_backend:...
I'm trying to load a pre-trained Sentence Transformers model using `bumblebee` in order to use it with `axon` (using a custom layer for mean pooling instead of a postprocessing step)....