Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 2a9f04e

Browse files
Enable python 3.9 (#264)
* First push to enable py39 * raw string fix
1 parent 2ce1570 commit 2a9f04e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
python-version: [3.7, 3.8]
11+
python-version: [3.7, 3.8, 3.9]
1212
include:
1313
- python-version: 3.8
1414
code-cov: true

‎autoPyTorch/pipeline/components/setup/lr_scheduler/CosineAnnealingWarmRestarts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818

1919
class CosineAnnealingWarmRestarts(BaseLRComponent):
20-
"""
20+
r"""
2121
Set the learning rate of each parameter group using a cosine annealing schedule,
2222
where \eta_{max}ηmax is set to the initial lr, T_{cur} is the number of epochs
2323
since the last restart and T_{i} is the number of epochs between two warm

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /