Skip to content

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.

1 participant