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

Changed get_dataset_from_examples function for test set_type #119

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

gamesterrishi
Copy link

Changed get_dataset_from_examples function for test set_type to fix the following error:
TypeError: expected str, bytes or os.PathLike object, not NoneType
This error is encountered whenever function predict_batch is called or when a BertDataBunch object is created with test_data assigned with a valid value.

@gamesterrishi
Copy link
Author

gamesterrishi commented Nov 11, 2019

The stated TypeError is raised because the statement os.path.basename(file_name) expects a valid path and is not able to process an object that is a list of texts.

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

Successfully merging this pull request may close these issues.

None yet

1 participant