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
5104b614
Commit
5104b614
authored
9 months ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
[engine.callbacks] Be more specific about the type of missing logs
parent
0aadc7ea
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!39
Add indication of lowest validation loss epochs on loss plots
Pipeline
#87407
failed
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/engine/callbacks.py
+2
-2
2 additions, 2 deletions
src/mednet/engine/callbacks.py
with
2 additions
and
2 deletions
src/mednet/engine/callbacks.py
+
2
−
2
View file @
5104b614
...
...
@@ -255,7 +255,7 @@ class LoggingCallback(lightning.pytorch.Callback):
f
"
interval to a suitable value, so it allows some measures
"
f
"
to be performed. Note this is only possible if the time
"
f
"
to log a single measurement point is smaller than the
"
f
"
time it takes to train a single epoch.
"
f
"
time it takes to
**
train
**
a single epoch.
"
)
else
:
for
metric_name
,
metric_value
in
aggregate
(
metrics
).
items
():
...
...
@@ -308,7 +308,7 @@ class LoggingCallback(lightning.pytorch.Callback):
f
"
interval to a suitable value, so it allows some measures
"
f
"
to be performed. Note this is only possible if the time
"
f
"
to log a single measurement point is smaller than the
"
f
"
time it takes to
train
a single epoch.
"
f
"
time it takes to
**validate**
a single epoch.
"
)
else
:
for
metric_name
,
metric_value
in
aggregate
(
metrics
).
items
():
...
...
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