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
I have created a pull request addressing the indexing issue (#17) . Keras during run time adds another dimension at axis 0 which becomes the batch axis. Hence, sliced() function slices through the second last dimension viz. embedding and not the people_num.
The text was updated successfully, but these errors were encountered:
I have created a pull request addressing the indexing issue (#17) . Keras during run time adds another dimension at
axis 0
which becomes the batch axis. Hence,sliced()
function slices through the second last dimension viz.embedding
and not thepeople_num
.The text was updated successfully, but these errors were encountered: