Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ValueError: axes don't match array #2

Open
dotsinspace opened this issue Apr 26, 2022 · 0 comments
Open

ValueError: axes don't match array #2

dotsinspace opened this issue Apr 26, 2022 · 0 comments

Comments

@dotsinspace
Copy link

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

`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant