hongbo.mo

Results 20 comments of hongbo.mo

> None of the above link is working. I am presenting my error which I am facing while training UNET model from library called segmentation_models on ubutnu os. > >...

Thanks @OttomanZ. But `pip install --no-cache-dir paddlepaddle==2.5.2 paddleocr==2.7.0.3` solved my problem, according to https://github.com/PaddlePaddle/Paddle/issues/57493

> self.tk = _tkinter.create(screenName, baseName, className, interactive, wantobjects, useTk, sync, use) > _tkinter.TclError: no display name and no $DISPLAY environment variable @andirsun I changed **Model output name**, and resolved the...

> disabling it is easy, you can do this: > > ```python > pipe.safety_checker = lambda images, clip_input: (images, False) > ``` Please note that this should be placed after...

3080 Ti met same problem. Has there been any update? ``` NotImplementedError: No operator found for `memory_efficient_attention_backward` with inputs: query : shape=(16, 1024, 1, 80) (torch.float32) key : shape=(16, 77,...

👍 Looks good now, Thanks! I use xformers to train dreambooth on 12GB GPU and it works. `[0] NVIDIA GeForce RTX 3080 Ti | 74°C, 99 % | 11589 /...

> 3\. CUDA out of memory. Same problem. @bourneo could you provide your gpu memory spec?

I tried to add wandb to llama-recipes training, but I'm not sure whether it's useful? Wandb web: https://wandb.ai/polym404/llama_recipes/workspace?workspace=user-polym404 PR: https://github.com/facebookresearch/llama-recipes/pull/200 @mreso could you give me some advice?