You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, thank you very much for open-sourcing OptiMUS. We tried the main version and were able to successfully run most of the tasks. However, when we switched to v-0.3, we encountered an issue with data format mismatches.
For example, the following screenshot shows the structure of problem 2 in the nlp4lp dataset.
When we run the command python main.py --dir data/nlp4lp/2, we get an error as follows:
and we also noticed that the label data is missing. Could you let us know where we can download a dataset that meets the requirements of v-0.3?
The text was updated successfully, but these errors were encountered:
Hi @cclvr2 did you encounter issues while running problems in the NLP4LP dataset? I faced errors with the input_target.json files not matching the variable names declared in data.json. For example, while running the 21st problem in the dataset, I encountered the following error:
Hi @cclvr2 did you encounter issues while running problems in the NLP4LP dataset? I faced errors with the input_target.json files not matching the variable names declared in data.json. For example, while running the 21st problem in the dataset, I encountered the following error:
Hi, I have met this error when I run the main version, and I just commented out the related lines in sanity_check function, then it worked for most of the tasks.
Hello, thank you very much for open-sourcing OptiMUS. We tried the main version and were able to successfully run most of the tasks. However, when we switched to v-0.3, we encountered an issue with data format mismatches.
For example, the following screenshot shows the structure of problem 2 in the nlp4lp dataset.
When we run the command
python main.py --dir data/nlp4lp/2
, we get an error as follows:and we also noticed that the label data is missing. Could you let us know where we can download a dataset that meets the requirements of v-0.3?
The text was updated successfully, but these errors were encountered: