a
a
@RhysMcK may I know what version of CUDA you are using?
> > I use pip install flash-attn==0.2.8 solved it. > > After this procedure, I start training the model with these parameters and then an error came. Anyone know what...
I tried that, but it didn't solve the problem, were there any other changes you made?
> @boxwayne @aarontan-git @asanakoy For the `stride` issue, I think it's the rearrange issue because of flashAttn version. > > ```python > qkv = self.rearrange( > qkv, "b (three h...
> Does anyone have an example of how to use the iterative inpainting function? Also looking for the same - @arittenbach let me know if you've had any insight?
@arittenbach I tried the following based on your recommendation but was not able to get the same as Figure 10 (mainly just got noise within the inpainted area. Have you...
what kind of dataset? what kind of model? could you provide some more details?
@pras2020 i am also interested in this, is there any documentation explaining the concept behind the obstacle avoidance here?
This is the problem that I am facing, have you seen something like this before? https://youtu.be/tYc_KH50I_Y
@nekoshadow1 could you share your image-to-image code?