Hi fariseq Users & Developers,
I'm experimenting with integrating wav2vec2.0 models (Wav2VecEncoder) in C++ app. I was following some recipes published on PyTorch site which relate to generic PyTorch models and tried both scripting and tracing approach, however there are numerous issues both ways. Some are fairly easy to overcome (eg. monkey-patching enum classes which are problematic for pytorch jit compiler or removing support for keyword arguments), but still I can't get to have workable solution. Does anybody have any success in this field, could you share your approach or some advices? What about exporting via ONNX? Any hints would be extremaly useful.
Thanks,
-Andrzej