Junjie Zhou

Results 34 comments of Junjie Zhou

> Hi! > > Thanks for this amazing project! I'd like to use your memory-efficient imlementation of sparse attention in another project. In my project, I'd like to perform cross-attention...

Hey, did you solve the problem, I can not install cuML with CUDA 11.7. The command is ``` conda create -n rapids-23.04 -c rapidsai -c conda-forge -c nvidia \ cudf=23.04...

More specifically, I've noticed that the following block of code, which initializes the model and its components, needs to be executed for each new video: ``` model_config = cfg.model_cfg model_config.device_8bit...

Thank you for your attention. We will release the paper by mid-May at the latest.

We have released our paper, please check [here](https://arxiv.org/abs/2406.04292).

Hello! Thank you for your attention! You can currently append `.cuda()` to utilize CUDA functionality. I will implement automatic CUDA usage soon.

Thanks for your contribution!

Thanks for your interest! We did not intentionally design a strategy to balance the losses of the two tasks. As stated in the paper, the two tasks are trained in...

In our training, the losses for the two tasks converged to 2.5 (T2IT) and 0.8 (IT2I) respectively. This phenomenon is normal, as the tasks and data distributions for these datasets...

(1) For the first question, may I ask what your working directory is? After you have cloned the FlagEmbedding repository, by navigating to `cd ./FlagEmbedding/FlagEmbedding/visual`, you should be able to...