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
96b8c28e
Commit
96b8c28e
authored
9 months ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
[scripts.train] Fix description
parent
2e79aae0
No related branches found
No related tags found
1 merge request
!40
Lightning acc
Pipeline
#87617
passed
9 months ago
Stage: qa
Stage: doc
Stage: dist
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/mednet/scripts/train.py
+5
-6
5 additions, 6 deletions
src/mednet/scripts/train.py
with
5 additions
and
6 deletions
src/mednet/scripts/train.py
+
5
−
6
View file @
96b8c28e
...
...
@@ -86,12 +86,11 @@ def reusable_options(f):
"
parameter, used in conjunction with the batch-size, may be used to
"
"
reduce the number of samples loaded in each iteration, to affect memory
"
"
usage in exchange for processing time (more iterations). This is
"
"
especially interesting when one is training on GPUs with a limited amount
"
"
of onboard RAM. processing time (more iterations). This is especially interesting
"
"
when one is training on GPUs with limited RAM. The default of 1 forces
"
"
the whole batch to be processed at once. Otherwise the batch is
"
"
multiplied by accumulate-grad-batches pieces, and gradients are accumulated
"
"
to complete each step.
"
,
"
useful interesting when one is training on GPUs with a limited amount
"
"
of onboard RAM. The default of 1 forces the whole batch to be
"
"
processed at once. Otherwise the batch is multiplied by
"
"
accumulate-grad-batches pieces, and gradients are accumulated
"
"
to complete each training step.
"
,
required
=
True
,
show_default
=
True
,
default
=
1
,
...
...
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