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

Missing files import_til(dil)_extraction #1

Closed
szhsjsu opened this issue Oct 21, 2021 · 2 comments
Closed

Missing files import_til(dil)_extraction #1

szhsjsu opened this issue Oct 21, 2021 · 2 comments

Comments

@szhsjsu
Copy link

szhsjsu commented Oct 21, 2021

code in run.py:

Args -- Experiment

if args.scenario == 'til_extraction':
import import_til_extraction as import_modules
elif args.scenario == 'dil_extraction':
import import_dil_extraction as import_modules
else:
import import_classification as import_modules

Seems that import_til_extraction and import_dil_extraction are missing? Or these two files are the same as import_classification?

@ZixuanKe
Copy link
Owner

Hi, thank you for your interest. The extraction task is not supported at this point (the conditions here are just "placeholder"). These should not affect you if you are running a classification task.

@szhsjsu
Copy link
Author

szhsjsu commented Oct 22, 2021

Hi, thank you for your interest. The extraction task is not supported at this point (the conditions here are just "placeholder"). These should not affect you if you are running a classification task.

Thanks for the reply. It worked without those files.

@szhsjsu szhsjsu closed this as completed Oct 22, 2021
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