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

implement Model.test_step #133

Merged
merged 5 commits into from
Apr 15, 2022
Merged

implement Model.test_step #133

merged 5 commits into from
Apr 15, 2022

Conversation

ArneBinder
Copy link
Owner

@ArneBinder ArneBinder commented Apr 13, 2022

This implements test_step (and does some minor code refactor) for:

  • TransformerTokenClassificationModel,
  • TransformerTextClassificationModel, and
  • TransformerSeq2SeqModel.

@ArneBinder ArneBinder linked an issue Apr 13, 2022 that may be closed by this pull request
@ArneBinder ArneBinder changed the title implement Model.test_step [WIP] implement Model.test_step Apr 13, 2022
@ArneBinder
Copy link
Owner Author

ArneBinder commented Apr 13, 2022

@ChristophAlt Executing all tests (including slow) takes ages at my side, could you execute them once?

@ArneBinder ArneBinder changed the title [WIP] implement Model.test_step implement Model.test_step Apr 13, 2022
@ArneBinder ArneBinder requested a review from ChristophAlt April 13, 2022 11:54
@ChristophAlt
Copy link
Collaborator

Looks good. 👍 Just two minor comments.

@ChristophAlt ChristophAlt merged commit b614ef7 into main Apr 15, 2022
@ChristophAlt ChristophAlt deleted the feature/test_step branch April 17, 2022 09:02
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.

TransformerTokenClassificationModel has no test_step
2 participants