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

Bug in BOW_text_classifaction.ipynb #25

Open
GadirajuSanjayvarma opened this issue Oct 10, 2020 · 0 comments
Open

Bug in BOW_text_classifaction.ipynb #25

GadirajuSanjayvarma opened this issue Oct 10, 2020 · 0 comments

Comments

@GadirajuSanjayvarma
Copy link

1)In MAX_LEN you declared MAX_LEN ="128" which is a string and when you are passing it into function it is causing an error .So try to remove hyphens in it. and make MAX_LEN=128

`

Set parameters

MAX_LEN = "256" #@param [64, 256, 512, 1024] {allow-input: true}
MAX_VOCAB = 1000 #@param [1000, 5000, 10000, 100000] {allow-input: true}

`

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