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

question about output feature dimension #6

Closed
amiltonwong opened this issue Jan 24, 2021 · 2 comments
Closed

question about output feature dimension #6

amiltonwong opened this issue Jan 24, 2021 · 2 comments

Comments

@amiltonwong
Copy link

Hi, @qq456cvb ,

According to the Fig. 3 in Hengshuang's Point Transformer model, the output feature dimension of each transformer block should be different . e.g. [32, 64, 128, 256, 512]. But your implementation uses a unqiue one, e.g. 512. Any comment on this?

Thanks!

@qq456cvb
Copy link
Owner

Notice that in Figure 4(a), there are two fully connected layers (fc1, fc2 in code) before/after the actual transformer. I think 32, 64, 128, 256, 512 is the dimensions before the first fully connected layer instead of the actual transformer. The dimension of the actual transformer is not given in the paper.

@amiltonwong
Copy link
Author

@qq456cvb Thanks a lot for your comments.

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