Hey guys,
I am trying to train an intent classifier. As input I want to use the embeddings given by the Universal Sentence Encoder. I can't seem to use the output of the embed function although it is as Tensor2D.
I am using:
- @tensorflow-models/universal-sentence-encoder": "^1.3.3"
- @tensorflow/tfjs": "^4.2.0"
When I installed the universal-sentence-encoder I had a version conflict for tfjs-converter... Might this be a possible source of the problem? And how would I go about fixing it?
Thanks :)