keras-nlp
keras-nlp copied to clipboard
Add ragged support to SinePositionEncoding
We should add support for ragged inputs to the SinePositionEncoding layer.
Our PositionEmbedding layer shows a rough example of how this can be done on this line
@mattdangerw, I'd like to take this up. Thanks!
Sure thing! Though for small issues like these, try to leave some of these available for newcomers to the project as well. Thanks!
I am interested.
Hi @mattdangerw, I can see a merged PR. Is this still open? If not, I would like to work on this.
Ah, this is indeed fixed! Thanks.