You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for sharing the code of an interesting work. I am re-implementing the code in Pytorch, as I am unable to install luatorch due to some older libraries.
Query about Location Embedding: As the flaten output of MaxPool is 200 which will be used for location embedding. However, there is only one additional token is used i.e. Start embedding token. I could not find how to identify the end token or stop the sequential prediction.
Appreciate you response!
The text was updated successfully, but these errors were encountered:
Hi @LuoweiZhou ,
Thanks for sharing the code of an interesting work. I am re-implementing the code in Pytorch, as I am unable to install luatorch due to some older libraries.
Query about Location Embedding: As the flaten output of
MaxPool
is200
which will be used for location embedding. However, there is only one additional token is used i.e.Start
embedding token. I could not find how to identify the end token or stop the sequential prediction.Appreciate you response!
The text was updated successfully, but these errors were encountered: