tyxsspa / AnyText

Official implementation code of the paper <AnyText: Multilingual Visual Text Generation And Editing>
Apache License 2.0
4.31k stars 282 forks source link

TypeError: ResourceExhaustedError.__init__() missing 2 required positional arguments: 'op' and 'message' #72

Open jason571 opened 8 months ago

jason571 commented 8 months ago

return build_from_cfg( File "/home/flyang/miniconda3/envs/anyText/lib/python3.10/site-packages/modelscope/utils/registry.py", line 215, in build_from_cfg raise type(e)(f'{obj_cls.name}: {e}') TypeError: ResourceExhaustedError.init() missing 2 required positional arguments: 'op' and 'message'

During handling of the above exception, another exception occurred:

这个错误遇到过没有,怎么解决的?

yuetz commented 7 months ago

ResourceExhaustedError。估计是显卡在跑别的任务,显存不够,跑不起来这个任务。