We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Error in line :
history_mi = MI_mod.fit((joint_sample, marg_sample), x_sample, epochs=30, batch_size=200)
ValueError: Data cardinality is ambiguous: x sizes: 9000, 9000 y sizes: 18000 Please provide data which shares the same first dimension.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Error in line :
history_mi = MI_mod.fit((joint_sample, marg_sample), x_sample, epochs=30, batch_size=200)
ValueError: Data cardinality is ambiguous:
x sizes: 9000, 9000
y sizes: 18000
Please provide data which shares the same first dimension.
The text was updated successfully, but these errors were encountered: