Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes made on the default parameters of Text Vectorizer #435

Open
arghanath007 opened this issue Aug 26, 2022 · 1 comment
Open

Changes made on the default parameters of Text Vectorizer #435

arghanath007 opened this issue Aug 26, 2022 · 1 comment

Comments

@arghanath007
Copy link

arghanath007 commented Aug 26, 2022

The parameter in Text Vectorizer, which is pad_to_max_tokens has been changes from True to False.

From The Video:

image

From the Docs

image
I don't know if it will make my model perform worse or not. I haven't trained my model yet. But I did notice something which is, even if I set pad_to_max_tokens= False which is by default then also it is padding the integer tensor with zeroes at the end

image
So I am a bit confused now. Let me train my model and check the accuracy score then I think the confusion will go away.

My Text Vectorizer Config:

image

@arghanath007
Copy link
Author

arghanath007 commented Aug 28, 2022

I don't think it had any or little effect on the outcome of the project. All worked out perfectly for me. I don't know I am still a bit confused about it. If anyone could explain what is happening that would be great. Thanks in advance for it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant