SimSwap icon indicating copy to clipboard operation
SimSwap copied to clipboard

Numpy error

Open Rhenm091619 opened this issue 2 years ago • 2 comments

Whats seems to be the problem?

raise AttributeError("module {!r} has no attribute " AttributeError: module 'numpy' has no attribute 'object'

Rhenm091619 avatar Dec 21 '22 11:12 Rhenm091619

AttributeError: module 'numpy' has no attribute 'float'.

Liam6666 avatar May 11 '23 13:05 Liam6666

AttributeError: module 'numpy' has no attribute 'float'.

in \SimSwap-main\util\reverse2original.py in lines 157, 159 and 168 change "dtype=np.float" to "dtype=np.float64"

Valentuz avatar Jun 29 '23 14:06 Valentuz