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

Fix complexities #166

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open

Fix complexities #166

wants to merge 2 commits into from

Conversation

Bihaqo
Copy link
Owner

@Bihaqo Bihaqo commented Jan 6, 2019

No description provided.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 93.925% when pulling 25835c4 on fix_complexities into 76f3994 on develop.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage remained the same at 93.925% when pulling 25835c4 on fix_complexities into 76f3994 on develop.

matrix is of TT-rank R and of raw-shape (m, m, ..., m) x (n, n, ..., n).
or equivalently
O(d r_where^3 m)
+O(batch_size d R^3 r_what r_where n m R)
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is wrong

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

O(batch_size d R^2 r_what r_where n m)

@Bihaqo
Copy link
Owner Author

Bihaqo commented Feb 10, 2019

Add O(dnr**3) for rounding

@Bihaqo
Copy link
Owner Author

Bihaqo commented Feb 10, 2019

Add matmul complexity O(k m n r_a2 r_b2)

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

Successfully merging this pull request may close these issues.

2 participants