Hey,
The padding and truncating should be the exactly same for both training and testing test if I am not wrong
May be the parameters passed here for padding and truncating are the default ones and so they are skipped in the testing split
Can you please confirm if I am right or not @balaji.ambresh
Thanks and Regards,
Mayank Ghogale
You are right, @MayankGhogale. trauncating and padding must be the same for both train and validation sentences.
@wokee. Seems like you are referring to week 2 C3_W2_Lab1_imdb.ipynb. Thanks for pointing this out.
In this assignment, trunc_type='post'. The default value for truncating in pad_sequences is pre.
Hey Guys, I noticed this issue too, and was about to post the same question on the forums when I came across this post. Looks like it is still an issue at the time of me writing this reply - did a ticket get raised?