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

Regarding the issue of model usage #9

Open
ZChen470 opened this issue Nov 11, 2024 · 0 comments
Open

Regarding the issue of model usage #9

ZChen470 opened this issue Nov 11, 2024 · 0 comments

Comments

@ZChen470
Copy link

Hello, I would like to apply the mTAN model to the interpolation task of sine time series with continuous missing values. The data consists of 100 identical sine signals with 450 time points, and there are continuous missing values over several tens of time points. After training, the model predicts well at the known time points, but performs poorly at the missing time points. If you have any suggestions for adjusting hyperparameters, please let me know.
屏幕截图 2024-11-11 204202

The model parameters are as follows:

 lr=0.0001, std=0.01, latent_dim=1, rec_hidden=32, gen_hidden=50, embed_time=128, k_iwae=5, save=1, enc='mtan_rnn', dec='mtan_rnn', , seed=0, n=100, batch_size=128, quantization=0.016, classif=False, norm=True, kl=True, learn_emb=True, enc_num_heads=1, dec_num_heads=1, num_ref_points=10, dataset='sine', enc_rnn=True, dec_rnn=True, sample_tp=1.0, only_periodic=None, dropout=0.0, predict='false'
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

1 participant