You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello i am getting this error : ValueError: axes don't match array
`
Traceback (most recent call last):
File "D:\work\FaceGAN-Generating-Random-Faces\train_gan.py", line 139, in
gan.load_weights(args.weights+'/gan_weights.h5')
File "C:\Users\dotsi\AppData\Local\Programs\Python\Python310\lib\site-packages\keras\utils\traceback_utils.py", line 67, in error_handler
raise e.with_traceback(filtered_tb) from None
File "<array_function internals>", line 180, in transpose
File "C:\Users\dotsi\AppData\Local\Programs\Python\Python310\lib\site-packages\numpy\core\fromnumeric.py", line 660, in transpose
return _wrapfunc(a, 'transpose', axes)
File "C:\Users\dotsi\AppData\Local\Programs\Python\Python310\lib\site-packages\numpy\core\fromnumeric.py", line 57, in _wrapfunc
return bound(*args, **kwds)
ValueError: axes don't match array
`
The text was updated successfully, but these errors were encountered:
Hello i am getting this error : ValueError: axes don't match array
`
Traceback (most recent call last):
File "D:\work\FaceGAN-Generating-Random-Faces\train_gan.py", line 139, in
gan.load_weights(args.weights+'/gan_weights.h5')
File "C:\Users\dotsi\AppData\Local\Programs\Python\Python310\lib\site-packages\keras\utils\traceback_utils.py", line 67, in error_handler
raise e.with_traceback(filtered_tb) from None
File "<array_function internals>", line 180, in transpose
File "C:\Users\dotsi\AppData\Local\Programs\Python\Python310\lib\site-packages\numpy\core\fromnumeric.py", line 660, in transpose
return _wrapfunc(a, 'transpose', axes)
File "C:\Users\dotsi\AppData\Local\Programs\Python\Python310\lib\site-packages\numpy\core\fromnumeric.py", line 57, in _wrapfunc
return bound(*args, **kwds)
ValueError: axes don't match array
`
The text was updated successfully, but these errors were encountered: