[Question]: I got different results when I loaded a trained model to do the inference task on the same test data #604
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: issue_comment | |
jobs: | |
issue_commented: | |
name: Issue comment | |
if: ${{ github.event.issue.author == github.even.issue_comment.author }} | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions-ecosystem/action-remove-labels@v1 | |
with: | |
labels: "Awaiting Response" |