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

An error occurred when i was running " ./run @mode=tables @data=u-1 @feat=all @train=1 -maxExamples train:100 dev:100" #210

Open
jingjingdd opened this issue Jun 12, 2020 · 2 comments

Comments

@jingjingdd
Copy link

Exception in thread "main" java.lang.NumberFormatException: For input string: "tables.lambdadcs.LambdaDCSExecutor"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.lang.Integer.parseInt(Integer.java:580)
at java.lang.Integer.parseInt(Integer.java:615)
at fig.basic.OptInfo.interpretValue(OptionsParser.java:155)
at fig.basic.OptInfo.set(OptionsParser.java:344)
at fig.basic.OptionsParser.parse(OptionsParser.java:771)
at fig.exec.Execution.init(Execution.java:212)
at fig.exec.Execution.runWithObjArray(Execution.java:330)
at fig.exec.Execution.run(Execution.java:325)
at edu.stanford.nlp.sempre.Main.main(Main.java:50)

How can I solve the problem ?I look forward to hearing from you

@ppasupat
Copy link
Collaborator

ppasupat commented Aug 6, 2020

The fig package currently breaks the run script. Please roll back as follows:

cd fig
git checkout d81d89d

@ppasupat
Copy link
Collaborator

ppasupat commented Aug 6, 2020

#214 should now fix this. Please pull the latest code and try again.

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