DriveDreamer icon indicating copy to clipboard operation
DriveDreamer copied to clipboard

# test Error

Open weimengfendou opened this issue 1 year ago • 7 comments

When I run the test set, I always encounter conflicts between float32 and float16.

125

And I use the mini dataset,and the result of train is behind:

1

The saving format in the drivedreamer and drivedreamer_ema folders is as follows:

2

weimengfendou avatar Dec 19 '24 04:12 weimengfendou

I've been struggling with this issue for quite some time and would be extremely grateful for any assistance from you here.

weimengfendou avatar Dec 19 '24 04:12 weimengfendou

Excuse me, have you met the problem of NCCL Error (maybe because of num_workers) in training, how did you solve it?

Michael-Yi-Rong avatar Dec 19 '24 10:12 Michael-Yi-Rong

I remember encountering this issue, but I didn't pay much attention to it since it seemed not to affect the training process. Could you please send me the screenshot of the error for convenience?

weimengfendou avatar Dec 20 '24 03:12 weimengfendou

I've been struggling with this issue for quite some time and would be extremely grateful for any assistance from you here.

1735091491546

Try this, change it in dreamer_model/pipelines/control/pipeline_stable_diffusion_control.py.

Michael-Yi-Rong avatar Dec 23 '24 15:12 Michael-Yi-Rong

I've been struggling with this issue for quite some time and would be extremely grateful for any assistance from you here.

1734966520927
1734965806780

Try this, change it in dreamer_model/pipelines/control/pipeline_stable_diffusion_control.py.

thank you very much, it is so helpful. I have another idea to solve it like: image Because some weights is float16 , another is float32 . Thank you again sincerely. I have been learning DriveDreamer recently, and I am from East China Normal University. I was wondering if it would be convenient for you to add me as a friend for more communication. If it's not trouble, you can reach me via email at [email protected].

weimengfendou avatar Dec 24 '24 03:12 weimengfendou

When I run the test set, I always encounter conflicts between float32 and float16.

125

And I use the mini dataset,and the result of train is behind:

1

The saving format in the drivedreamer and drivedreamer_ema folders is as follows:

2

Hello, the folder for the drivedreamer.ema that I trained on the mini dataset is also like this. During testing, the diffusiont_pytorch_madel.safensors file was missing. Have you resolved this issue in the future?

liudun226296 avatar Apr 19 '25 08:04 liudun226296

当我运行测试集时,我总是遇到 float32 和 float16 之间的冲突。 125 我使用了 mini 数据集,训练的结果落后了: 1 drivedreamer 和 drivedreamer_ema 文件夹中的保存格式如下: 2

您好,我在迷你数据集上训练的 drivedreamer.ema 的文件夹也是这样的。在测试期间,缺少 diffusiont_pytorch_madel.safensors 文件。您将来是否解决了这个问题?

我也出现了这个问题,请问您解决了吗

Shuo-Zhang-code avatar May 21 '25 03:05 Shuo-Zhang-code