-
Notifications
You must be signed in to change notification settings - Fork 4
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
Train.py not working anymore : self.max_token_len = len(max(tokens, key=len)) + 1 #65
Comments
Written by @emanjavacas Oct 4 Thanks for the checks, I will look into this in more detail. There is an issue preventing me from debugging this. After the merges, I can't run any script as I keep getting:
command being: |
Written by @Jean-Baptiste-Camps Oct 9 I think there might be a typo in your command, it's python train.py config_12c.txt --train data/capitula_classic --dev data/capitula_classic Notice the absence of python train.py config_12c.txt --train data/capitula_classic/train --dev data/capitula_classic/dev |
|
I located the error: in |
I might say something stupid but would not in make sense to provide a glob.glob path to this instead of the current folder ? ie |
The code is now doing effectively the same, but the issue was that the CLI interface has a .tab extension hardcoded into, which is why it didn't load anything in the case described by @emanjavacas |
Please leave Issues open until merge of the fix next time :) |
From #55
The text was updated successfully, but these errors were encountered: