hongbo.mo

Results 14 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...