Closed this issue 3 years ago · 1 comments
In time2vec, the dimension x_affine is stated in this comment:
x_affine
gresearch_crypto_forecasting_kaggle/spacetimeformer/time2vec.py
Line 24 in cf6ad8a
Should the dimension be instead [bs, sample, input_dim, embed_dim]?
[bs, sample, input_dim, embed_dim]
This has been corrected in the original spacetimeformer repo.