lucidrains / siren-pytorch

Pytorch implementation of SIREN - Implicit Neural Representations with Periodic Activation Function
MIT License
469 stars 48 forks source link

Wrapper for one dimensional data #3

Open aleXiehta opened 3 years ago

aleXiehta commented 3 years ago

Hi,

I wonder if it is possible to use the current wrapper for 1D data?

I've tried to set the image width or height to 1 but get the wrong output size.

Could you give an example of using the wrapper for 1D data if possible?

Thanks a lot

nielsrolf commented 3 years ago

Here is an example