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

Train function not working #187

Open
kuubikus opened this issue Aug 1, 2022 · 2 comments
Open

Train function not working #187

kuubikus opened this issue Aug 1, 2022 · 2 comments

Comments

@kuubikus
Copy link

kuubikus commented Aug 1, 2022

I have been trying to create my own finder model. I used the supplied data to see if I can get it to work. Whenever I run the find command with the custom finder model I receive the following error:
error_find

I then ran the check command (on the same data set) using my custom model, which returned the following error:
error_check

If I run the check command using the default model, then I receive no errors.

It seems that the finder model didn't recognise any or some of the labels as mentioned in #138.
I also tried to see if the TTX files were opened properly (#129). This worked fine.

I opened the finder model with text editor and it was very different to the default model file. But I have no idea what to do with this information.
finder_mod

Any idea what I might be doing wrong?

@kuubikus kuubikus changed the title Custom finder model not working Train function not working Aug 3, 2022
@kuubikus
Copy link
Author

kuubikus commented Aug 3, 2022

Hey,
I had another go at trying to fix my issue. Sadly, no luck.

I tried to run the trainer in irb. The input file was a ttx file that I received from default model using the find command. It returned the following:
irb-error

Is the issue in the TTX files or is something wrong with the train method? The train command runs without errors both in irb and cli.

@kuubikus kuubikus closed this as not planned Won't fix, can't repro, duplicate, stale Aug 3, 2022
@kuubikus kuubikus reopened this Aug 3, 2022
@kuubikus
Copy link
Author

kuubikus commented Aug 3, 2022

I ran the package on Ubuntu using WSL and then it worked perfectly! Thank you for the amazing package. Any idea why it didn't work on Windows?

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