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

Computational complexity #23

Closed
cheun726 opened this issue Oct 14, 2021 · 2 comments
Closed

Computational complexity #23

cheun726 opened this issue Oct 14, 2021 · 2 comments

Comments

@cheun726
Copy link

I have questions about Computational complexity to ask you 。
1.input feature X ∈Rn×c Does this n and c refer to the length and width of the input image?
2.The sorting operation of a sequence with length n and m distinct numbers (bucket number) adds an additional O(nm) with quick sort 。What is the length n in this sentence?
thank you @HarukiYqM

@HarukiYqM
Copy link
Owner

Hi, n=h*w, which is the number of pixels in the images. C is channel number.

@cheun726
Copy link
Author

cheun726 commented Oct 15, 2021 via email

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

2 participants