Tsaiyue

Results 4 comments of Tsaiyue

As my experience, u could rerun the weight loading script and the error will dispear, while i do not know the ultimate reason now.

Done by https://github.com/PaddlePaddle/PaddleMIX/pull/537

尝试解决该任务遇到以下问题: - 该模型需基于Paddle引入类似’from torchvision.models import efficientnet_v2_l, efficientnet_v2_s‘,目前经调研[PaddleClas中的efficientnet实现](https://github.com/PaddlePaddle/PaddleClas/blob/release/2.5/ppcls/arch/backbone/model_zoo/efficientnet.py)似乎缺乏torchvision中的对应版本’efficientnet_v2_l, efficientnet_v2_s‘,无法直接调研PaddleClas; - 在当前的ppdiffusers下,未植入wuerstchen的Pipeline和Schedule实现,故完成该任务前似乎需先对wuerstchen相关的Pipeline和Schedule进行代码移植。

尝试解决该任务中遇到以下问题: - 该任务中需对instruct_pix2pix_sdxl进行训练对齐,该模型对普通开发者算力要求较高,尽管在fp16下40G A100仍出现OOM。