-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inference using the weights #13
Comments
Yes, I was also searching for this. |
have you solved this issue? I want to know why are the images in the gen folder generated by evaluate.py during the sampling stage colorful and noisy images? |
have you solved this issue? I want to know why are the images in the gen folder generated by evaluate.py during the sampling stage colorful and noisy images? |
No, I didn't look at it anymore after raising the issue |
can you use this command? |
In the previous issue, we discovered that this checkpoint might not be successfully loaded during the evaluation process. This could be due to some structural errors that occurred when uploading from local storage to the server. If possible, please retrain it from scratch (8 V100 GPUs or 4 A100 GPUs should be sufficient to complete the task). |
when I run :accelerate launch --multi_gpu --num_processes 8 --mixed_precision fp16 train_ldm.py --config=configs/flickr192_large.py, I get the error: packaging.version.InvalidVersion: Invalid version: '0.10.1,<0.11', I tend to solve this issue by: pip install packaging==21.3 and pip install 'torchmetrics<0.8', but this error still arises. |
You can follow the installation of U-ViT https://github.com/baofff/U-ViT. |
Thank you for your prompt reply. When the environment is ok, I run accelerate launch --multi_gpu --num_processes 8 --mixed_precision fp16 train_ldm.py --config=configs/flickr192_large.py, and it prints distributed_c10d.py:450] Waiting in store based barrier to initialize process group for rank: 4, key: store_based_barrier_key:1 (world_size=8, worker_count=19, timeout=0:30:00) all the time. |
你好,还有一个问题,target_expansion具体如何设置,例如我想将输入图outpainting到2倍大小,target_expansion应该设置为多少?是否支持只在某个方向outpainting? |
Hello,
Is there a way to perform inference on a single image/ directory of images using the provided weights?
The text was updated successfully, but these errors were encountered: