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

-l option for training is not working #29

Open
sharod opened this issue Apr 29, 2015 · 1 comment
Open

-l option for training is not working #29

sharod opened this issue Apr 29, 2015 · 1 comment

Comments

@sharod
Copy link

sharod commented Apr 29, 2015

I am trying to train nersuite on a list of files whose relative paths are present in train.txt file. I am using the command:"sudo nersuite learn -m model.m < -l train.txt". But it is giving error "bash: -l: No such file or directory". Please help soon !!

@priancho
Copy link
Member

priancho commented May 1, 2015

Hi sharod,

Since you are providing a file containing a list of files by using -l option,
the command should be
$ sudo nersuite learn -m model.m -l train.txt

Please try this.

Best wishes,

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

2 participants