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

Is skip_spatial the result of F_L ? #8

Open
cnjanus opened this issue Dec 4, 2021 · 1 comment
Open

Is skip_spatial the result of F_L ? #8

cnjanus opened this issue Dec 4, 2021 · 1 comment

Comments

@cnjanus
Copy link

cnjanus commented Dec 4, 2021

I have a question about the local refinement unit.
In the essay, the author writed 'Next, to obtain the local point feature overFL, a common routine is to apply MLPs followed by a max-pooling along theK-dimension.' But what I find in code is that
skip_spatial = tf.reduce_max(grouped_feat, axis=[2]) skip_spatial = tf_util.conv1d(skip_spatial, mlp[-1], 1, padding='VALID', stride=1,bn=use_bn, is_training=is_training, scope='skip',bn_decay=bn_decay, weight_decay=weight_decay)
and grouped_feat = tf.add(grouped_feat, skip_spatial).
So I want to determine wheter skip_spatial is the result of F_L ?

@anshen666
Copy link

I have a question about the local refinement unit. In the essay, the author writed 'Next, to obtain the local point feature overFL, a common routine is to apply MLPs followed by a max-pooling along theK-dimension.' But what I find in code is that skip_spatial = tf.reduce_max(grouped_feat, axis=[2]) skip_spatial = tf_util.conv1d(skip_spatial, mlp[-1], 1, padding='VALID', stride=1,bn=use_bn, is_training=is_training, scope='skip',bn_decay=bn_decay, weight_decay=weight_decay) and grouped_feat = tf.add(grouped_feat, skip_spatial). So I want to determine wheter skip_spatial is the result of F_L ?

请问方便留个联系方式吗?这个项目一直没跑通,请问一定要在ubuntu环境下才可以跑通吗?

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