I am running /EveryDream/scripts/auto_caption.py --torch_device cpu and it throws me RuntimeError: The size of tensor a (16) must match the size of tensor b (256) at non-singleton dimension 0
I am not exactly sure what this means, or how I could resolve it.
Note, I have no GPU, for this experiment I am intending to just caption one single image on my CPU (which is a 2.6 GHz 6-Core Intel Core i7 with 16 GB 2667 MHz DDR4)
I am running
/EveryDream/scripts/auto_caption.py --torch_device cpuand it throws meRuntimeError: The size of tensor a (16) must match the size of tensor b (256) at non-singleton dimension 0I am not exactly sure what this means, or how I could resolve it.
Note, I have no GPU, for this experiment I am intending to just caption one single image on my CPU (which is a 2.6 GHz 6-Core Intel Core i7 with 16 GB 2667 MHz DDR4)