GlassyWing / nvae

An unofficial toy implementation for NVAE 《A Deep Hierarchical Variational Autoencoder》
Apache License 2.0
108 stars 21 forks source link

Inputting 1-D data and applying 1-D convolution #12

Open pollymars opened 3 years ago

pollymars commented 3 years ago

Hi! Nice work!

I want to modify and apply this model to 1-D data. Do you think it feasible to input 1-D data and apply 1-D convolution in NVAE? Can you offer some suggestions?

Thanks.

GlassyWing commented 3 years ago

If data in 1-D could be upsample or downsample like image, then it should works.