Skip to content

Commit

Permalink
Update clf.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylode committed May 5, 2023
1 parent aabaae6 commit 1c2c728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Python 3.8
uses: actions/setup-python@v4
with:
python-version: '3.8'
python-version: '3.10'
architecture: 'x64'
- uses: actions/setup-node@v3
with:
Expand Down

1 comment on commit 1c2c728

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Classification Report

Metrics

acc bl_acc weighted-f1 iters
0.25 0.25 0.2 10

Confusion Matrix

Confusion Matrix

Errorcases

Confusion Matrix

Hyperparameters Tuning

Leaderboard

number value datetime_start datetime_complete duration params_optimizer.args.lr best_key model_name state
0 0.25 1683278351042 1683278361980 10938 0.0002228924 bl_acc efficientnet_b0 COMPLETE
1 0.75 1683278361981 1683278372795 10813 0.0007302301 bl_acc efficientnet_b0 COMPLETE

Please sign in to comment.