Isaac Padberg
Isaac Padberg
> I am in this same spot. Created the frozen_graph.pb from the saved_model.pb with the script you provided(some alterations), and now I have this error after trying to do a...
I'm also looking for a way to get more in depth info on the TPUs utilization metrics(temp & %utilization).
Just ran into this issue while loading a UNet2DModel I fine-tuned. ```pipe = StableDiffusionPipeline.from_single_file("/train3/unet/diffusion_pytorch_model.safetensors")``` is causing issue.