Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
mednet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
medai
software
mednet
Commits
8ad8565c
Commit
8ad8565c
authored
1 year ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
[scripts] Bump to Python >= 3.10
parent
42f89749
No related branches found
No related tags found
1 merge request
!6
Making use of LightningDataModule and simplification of data loading
Pipeline
#76897
passed
1 year ago
Stage: qa
Stage: test
Stage: doc
Stage: dist
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/ptbench/scripts/config.py
+0
-2
0 additions, 2 deletions
src/ptbench/scripts/config.py
src/ptbench/scripts/database.py
+0
-2
0 additions, 2 deletions
src/ptbench/scripts/database.py
src/ptbench/scripts/train_analysis.py
+0
-2
0 additions, 2 deletions
src/ptbench/scripts/train_analysis.py
with
0 additions
and
6 deletions
src/ptbench/scripts/config.py
+
0
−
2
View file @
8ad8565c
...
...
@@ -2,8 +2,6 @@
#
# SPDX-License-Identifier: GPL-3.0-or-later
from
__future__
import
annotations
import
importlib.metadata
import
inspect
import
typing
...
...
This diff is collapsed.
Click to expand it.
src/ptbench/scripts/database.py
+
0
−
2
View file @
8ad8565c
...
...
@@ -2,8 +2,6 @@
#
# SPDX-License-Identifier: GPL-3.0-or-later
from
__future__
import
annotations
import
click
from
clapper.click
import
AliasedGroup
,
verbosity_option
...
...
This diff is collapsed.
Click to expand it.
src/ptbench/scripts/train_analysis.py
+
0
−
2
View file @
8ad8565c
...
...
@@ -2,8 +2,6 @@
#
# SPDX-License-Identifier: GPL-3.0-or-later
from
__future__
import
annotations
import
os
import
click
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment