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

Encoder-decoder architecture #2

Open
astrogilda opened this issue Jul 22, 2020 · 1 comment
Open

Encoder-decoder architecture #2

astrogilda opened this issue Jul 22, 2020 · 1 comment

Comments

@astrogilda
Copy link

Hey Paul,

Thanks for this repository! Could you help me understand how one would modify the code to function in an encoder decoder capacity, as referenced in the paper?

@ptuls
Copy link
Owner

ptuls commented Jul 27, 2020

Hey @astrogilda,

You'll need to create a new decoder function, similar to the encoder function

def decoder(self, data, reuse, is_training)

You'll have to implement a new loss function as per the paper for self-supervision
image
in Section 4.

Then, in here, add a decoder after the encoder to train I think. You might want to remove the classification part too.

At least that's the rough idea I have. Hopefully that helps.

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