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

The initialization of Category Embedding #12

Open
LyapunovStability opened this issue Apr 9, 2024 · 1 comment
Open

The initialization of Category Embedding #12

LyapunovStability opened this issue Apr 9, 2024 · 1 comment

Comments

@LyapunovStability
Copy link

Hello:
This is excellent work! Thank you for sharing it. Can I confirm if the category embedding is randomly initialized and fully trainable during training? For zero-shot classification, I believe it is initialized and fixed for continuously incoming samples.

Additionally, have you experimented with irregular time series data? I think it is interesting to explore if UnitTS also performs well in MIMIC-III or Physionet2012 datasets.

@gasvn
Copy link
Member

gasvn commented Apr 23, 2024

Yes, in current version, the category embedding is randomly initialized. If you want to do zero-shot classifiction, you can gather a few sample from each class and get the everaged embedding as the category embedding.

We haven't working on the irregular time series data. We will try it in our future work. Thank you!

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