leoniekerken / ECoG-foundation-model

Self-supervised ECoG foundation model
6 stars 2 forks source link

Implement decoding downstream task #9

Open zparis99 opened 1 month ago

zparis99 commented 1 month ago

Once https://github.com/leoniekerken/ECoG-foundation-model/pull/8 is submitted we will have an encoding downstream task implemented (word embedding -> neural embedding). We would also like to have a decoding downstream task that goes from neural embedding -> word embedding. This should be pretty simple to do by reusing the code from encoding and just reversing the direction of the regression.

zparis99 commented 2 weeks ago

Done, waiting for model to finish training before testing and creating a pr.