Fernando M. Quintana
Fernando M. Quintana
Hi, I have the same issue as you, when launch NNI v3.0rc1 an infinite amount of collect_gpu_info process. I tried it on different PC, linux and Windows and all have...
Hello, is there any news regarding this?
I have the same problem. Have you been able to solve it?
I just found the problem. The method `Stretch2dLayer *Stretch2dLayer::loadNext(FILE *fd)` is suppose to return a `Stretch2dLayer` pointer but it does not return anything. So just adding `return this;` at the...
Hi, I manage to converted it using the following code: ``` from diffusers import StableDiffusionPipeline import torch import os model_id = "dreamlike-art/dreamlike-photoreal-2.0" pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float32) unet = pipe.unet unet.eval()...
Hello, I have the same problem when trying to use pip, but in my case I don't have the warning "WARNING: pip is configured with locations that require TLS/SSL, however...