EpicUsaMan

Results 6 comments of EpicUsaMan

> The only difference that I could find was that simba will group the sequence into chunks and then only run FFT on those chunks. For example, if I have...

> > After 10 seconds kernel of notebook crashes > > Do you see any error messages? > > How big is your dataset and what kinds of features does...

> I think duplicate of #12611 Yep, probably But the problem is that there is PR, but it's not approved due to it was developed for streaming-v1 For streaming-v2 there...

> It is available in `collect` via `new_streaming`: `.collect(new_streaming=True)` > > But it's not documented, so probably not intended for "public usage". Great, I will make it a try!

> Our new streaming engine will be able to this. It will be able to multiplex and to multiple intermediate/output nodes. I understand that release of 2.0 version will be...

The same on my side 786 dimensions in embedding 188k rows 810 columns per row (786 is numeric embeddings) dropping out embeddings as additional column fixing the problem fully Affects...