RockmanZheng / y-intercept

Online coding test
0 stars 0 forks source link

Incompatible embedding #17

Closed RockmanZheng closed 7 months ago

RockmanZheng commented 7 months ago

The positional embedding is incompatible with the input embedding.

RockmanZheng commented 7 months ago

I can change the input format to (n_stock, dim, period). This way we can avoid changing the positional embedding code

RockmanZheng commented 7 months ago

Done. See #18