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 the decoder of the AE2 freezed? #4

Open
leonardozcm opened this issue Jan 7, 2022 · 0 comments
Open

Is the decoder of the AE2 freezed? #4

leonardozcm opened this issue Jan 7, 2022 · 0 comments

Comments

@leonardozcm
Copy link

leonardozcm commented Jan 7, 2022

train_var_list = [var for var in tf.trainable_variables() if 'AE1' not in var.name]

hi, i'm not very familiar with tf, i wonder where did you freeze the decoder of AE2? i think in your paper your decoder of AE2 has the fixed parameteres, which are keeping the same with AE1's.

parser.add_argument('--num_input_points', type=int, default=4096)

what's more, what is the input_size in training stage of pcn datasets?

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

1 participant