Skip to content

Conversation

@ShinDongWoon
Copy link
Owner

Summary

  • restrict DataEmbedding to [B, L, C] inputs and validate temporal markers before combining value, positional, and temporal embeddings
  • size the embedding and output heads with the flattened per-series feature count so static/ID features only expand the input channel dimension
  • flatten per-series features before embedding and keep [B, L, d_model] tensors through period selection, TimesBlocks, and the projection heads

Testing

  • pytest

https://chatgpt.com/codex/tasks/task_e_68d39733b634832889bd23d7de1198d3

@ShinDongWoon
Copy link
Owner Author

@codex review

@chatgpt-codex-connector
Copy link

Codex Review: Didn't find any major issues. Can't wait for the next one!

About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you open a pull request for review, mark a draft as ready, or comment "@codex review". If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex fix this CI failure" or "@codex address that feedback".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants