You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?!
The text was updated successfully, but these errors were encountered:
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.
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?!
The text was updated successfully, but these errors were encountered: