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

One Dimensional WAE #12

Open
payman-ap opened this issue May 17, 2019 · 1 comment
Open

One Dimensional WAE #12

payman-ap opened this issue May 17, 2019 · 1 comment

Comments

@payman-ap
Copy link

Hi,

Thanks for your shared codes and I learned so much out of it!

I'm going to modify your wae implementation for 1D sequential data (protein sequences reconstruction), However, your codes are hugely image specific.
Can you help me with that?!

@tolstikhin
Copy link
Owner

Hey!

Thanks for your interest. Yes indeed, at this point the input pipeline is pretty much image-specific.

One way to go about it is to reshape 1d array into (1, N, 1) and feed that to the fully connected / convolutional network architectures with proper kernel size.

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