Dflying

Results 7 comments of Dflying

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

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

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

It's possible that you forgot to modify some path details in the file drivedreamer-img_sd15_corners_hdmap_res448.py. I remember I also encountered this issue, and after modifying the details in this file and...

In the ENV.py file, you need to modify the paths for `os.environ['TORCH_HOME']`, `os.environ['TRANSFORMERS_CACHE']`, `os.environ['HUGGINGFACE_HUB_CACHE']`, and `os.environ['XDG_CACHE_HOME']`. Then, you need to download the pre-trained weights such as `models--openai--clip-vit-large-patch14` and `models--runwayml--stable-diffusion-v1-5`. Since...

Hello, I'm also running this open-source project. When I run the test set, I always encounter conflicts between float32 and float16.like: ![125](https://github.com/user-attachments/assets/f439de84-2d9f-47ed-a80f-4a0c4e373065) Could you please tell me if you have...

You should be able to run an epoch without too much trouble. May I ask how many gpu_ids you used? Since I'm running the mini version, it might not have...