Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Isn't this section incorrect? #300

Open
mathephysicist opened this issue Jul 18, 2022 · 1 comment
Open

Isn't this section incorrect? #300

mathephysicist opened this issue Jul 18, 2022 · 1 comment

Comments

@mathephysicist
Copy link

with tf.variable_scope('transform_feat') as sc:

You set the weights and bias to zero. Then matmul.

Hence you will always have zero updates to the TNet that is prior.

@jaidonlybbert
Copy link

I believe you are correct. Also, the associated paper makes a leap here in the described output of the TNet. The (first) TNet should output a 3x3, however the final specified layer has an output dimension of 256. Unfortunate bit of ambiguity.

image

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants