解决:__init__() got an unexpected keyword argument ‘logging_dir‘
目录
项目场景:
问题描述
原因分析:
解决方案:
项目场景:
复现diffuser的dreambooth、lora等finetune方法
https://github.com/huggingface/diffusers/tree/main/examples/dreambooth
问题描述
完整报错如下:
Traceback (most recent call last):File "train_dreambooth_old.py", line 1314, in <module>main(args)File "train_dreambooth_old.py", line 751, in mainproject_config=accelerator_project_config,
TypeError: __init__() got an unexpected keyword argument 'loggi