SimSwap icon indicating copy to clipboard operation
SimSwap copied to clipboard

ERROR: mat1 and mat2 shapes cannot be multiplied (1x131072 and 25088x512)

Open hemsflame opened this issue 3 years ago • 1 comments

I am getting error: mat1 and mat2 shapes cannot be multiplied (1x131072 and 25088x512), I am trying to use the 512 simswap version using the same code issue #162 , still not able to do it. any help would be appreciated.

hemsflame avatar Apr 16 '22 11:04 hemsflame

Hey, your file reversetooriginal.py is where those numbers are coming from. You might have accidentally changed something. Why dont you replace that particular file with a new one and see if the problem persist. If that doesn't fix it, uninstall numpy and reinstall it using conda.

Fibonacci134 avatar Apr 17 '22 18:04 Fibonacci134