I would like to add an embedding layer using Google Universal Sentence encoder. How can I do the same in Ludwig?
pdsing
created from GitHub issue How to add Google Sentence encoder layer
We don't have that encoder in Ludwig at the moment. You may consider implementing it yourself. basic instructions on how to add an encoder are provided in the developer guide. Let me know if you have further questions.