Results 12 comments of ddey

I observed a similar effect and noticed others have as well. I overcame this with what follows. 1. I made sure my splitting strategy was sensible in that my dev...

@rlcauvin I recommend (pun intended) to read the research above - TL;DR - I computed the distribution over candidates based on how often they occurred in my interaction training set....

The tensor's shape is `[batch_size, 1]` or `[batch_size]` where each row in the training set is a query-candidate interaction pair of which each candidate has a precomputed candidate sampling probability.

I observed a similar effect and noticed others have as well. I overcame this with what follows. 1. I made sure my splitting strategy was sensible in that my dev...

Imagine a use case where two of the same type of model are compared in the cross validation routine for say, SVD(k=100) and SVD(k=200). In this case, these model's will...

That's true but that means we'd have to pollute the name of the model with the information that we wanted to pass through like type, version, and or any other...

Are you suggesting that we pass a unique identifier for the model's name when we construct the model, e.g., SVD(k=100, name='unique'). This way we would have this identifier via the...

Is this layer compatible/convertible to TFLite?

That used a DC signal above. If I use a more realistic signal, the difference is significantly reduced. I'm not sure if there's anything to be added to attempt to...

@k3ybladewielder @Viicos - we experienced the same issue. Would you happen to the have the bug link open within the langchain-google? I notcied https://github.com/langchain-ai/langchain-google/issues/610 is closed.