big-sleep
big-sleep copied to clipboard
Error: tensor is not a torch image
I tried to run several examples on GCP with torch installed correctly and GPU.
dream = Imagine(
text = "an armchair in the form of pikachu",
)
dream()
Sadly, I get this error:
TypeError: tensor is not a torch image.
Maybe someone else encoutered that?