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
Following #50, examples that contain the dense mapping now longer compile as they pipe in the whole cost matrix instead of the factored embedding.
Examples include:
01_brain_alignment/plot_1_aligning_brain_dense.py 00_basics/plot_1_dense.py 02_miscellaneous/plot_3_memory_usage_callback.py 01_brain_alignment/plot_3_aligning_low_res_volumes.py 02_miscellaneous/plot_1_pearson_correlation.py 02_miscellaneous/plot_2_simple_crossval.py
The text was updated successfully, but these errors were encountered:
pbarbarant
No branches or pull requests
Following #50, examples that contain the dense mapping now longer compile as they pipe in the whole cost matrix instead of the factored embedding.
Examples include:
The text was updated successfully, but these errors were encountered: