Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thepycoder authored Nov 30, 2022
1 parent 38500ae commit faf1156
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# action.yml
name: 'ClearML compare models'
name: 'ClearML detect model degradation'
description: 'Search ClearML for a task corresponding to the current PR and compare its performance to the previous best task.'
inputs:
CLEARML_API_ACCESS_KEY:
Expand Down Expand Up @@ -56,4 +56,4 @@ runs:
CLEARML_BEST_TAGNAME: ${{ inputs.CLEARML_BEST_TAGNAME }}
CLEARML_SCALAR_MIN_MAX: ${{ inputs.CLEARML_SCALAR_MIN_MAX }}
CLEARML_SCALAR_THRESHOLD: ${{ inputs.CLEARML_SCALAR_THRESHOLD }}


0 comments on commit faf1156

Please sign in to comment.