Yuan-Ming Li
Yuan-Ming Li
Same error here.Did you find the solution for this?
您好,请问登陆报错的问题您解决了吗?
> [@lixiang927047](https://github.com/lixiang927047) > > ``` > # Chached batches > self.add_state("text_embeddings", default=[], dist_reduce_fx="cat") > self.add_state("recmotion_embeddings", default=[], dist_reduce_fx="cat") > self.add_state("gtmotion_embeddings", default=[], dist_reduce_fx="cat") > ``` > > and > > ``` >...
I am also facing the same issue. Until now, I have tried the following modifications: - I commented out the redundant division mentioned by @weleen ; - I tried to...
Same issue. Looking for a solution.
> Thank you for the great work on this project. > > I noticed that tasks are trained in a fixed order rather than being shuffled: > > * In...