Paramdeep Singh

pdsing ·

uber/ludwig

How to add embedding layer to vectorize text?

question

I had raised a question regarding using Google Universal Sentence Encoder earlier, but I think that embedding is not yet ready to be used with Ludwig. I would like to ask a question on how I can use any embedding layer to vectorize my text (paragraphs). If...

uber/ludwig

Classification model not getting trained

help wanted

@msaisumanth @w4nderlust
I tried both the approaches - used the YAML file suggested by @msaisumanth and increased the data points to 10,000. But my model has not really improved in performance. Still, the predictions are all 5.

I also...

uber/ludwig

How to add Google Universal Sentence encoder layer

I would like to add an embedding layer using Google Universal Sentence encoder. How can I do the same in Ludwig?