We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
self.ae = AE( n_enc_1=n_enc_1, n_enc_2=n_enc_2, n_enc_3=n_enc_3, n_dec_1=n_dec_1, n_dec_2=n_dec_2, n_dec_3=n_dec_3, n_input=n_input, n_z=n_z) 你好请问这段代码里的参数是从AE中经过全连接处理过的特征吗?,然后再将这些特征输入到GCN对应的层里面?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
self.ae = AE(
n_enc_1=n_enc_1,
n_enc_2=n_enc_2,
n_enc_3=n_enc_3,
n_dec_1=n_dec_1,
n_dec_2=n_dec_2,
n_dec_3=n_dec_3,
n_input=n_input,
n_z=n_z)
你好请问这段代码里的参数是从AE中经过全连接处理过的特征吗?,然后再将这些特征输入到GCN对应的层里面?
The text was updated successfully, but these errors were encountered: