Skip to content

Commit

Permalink
🐛 use python3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylode committed May 5, 2023
1 parent 1c2c728 commit 22cf4f1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.8
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: '3.10'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.8
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: '3.8'
python-version: '3.10'
architecture: 'x64'
- uses: iterative/setup-cml@v1
- uses: iterative/setup-dvc@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/segm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.8
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: '3.8'
python-version: '3.10'
architecture: 'x64'
- uses: actions/setup-node@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tablr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.8
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: '3.8'
python-version: '3.10'
architecture: 'x64'
- uses: actions/setup-node@v3
with:
Expand Down

2 comments on commit 22cf4f1

@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.75 1683278663429 1683278676894 13464 0.0008198223 bl_acc efficientnet_b0 COMPLETE
1 0.25 1683278676895 1683278690094 13199 0.0003769397 bl_acc efficientnet_b0 COMPLETE

@github-actions
Copy link

Choose a reason for hiding this comment

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

Semantic Report

Metrics

precision recall dice iters
0.19583 1 0.32743 2
0.19583 1 0.32743 4
0.19681 1 0.32881 6
0.24579 1 0.39452 8
0.53645 0.99993 0.69825 10

Prediction

Prediction

Please sign in to comment.