Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
deepdraw
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
Model registry
Operate
Environments
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
medai
software
deepdraw
Merge requests
!52
Fix error in trainer function
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix error in trainer function
Fix_checkpoint_process_error
into
master
Overview
4
Commits
3
Pipelines
3
Changes
1
2 unresolved threads
Hide all comments
Merged
Driss KHALIL
requested to merge
Fix_checkpoint_process_error
into
master
2 years ago
Overview
4
Commits
3
Pipelines
3
Changes
1
2 unresolved threads
Hide all comments
Expand
This MR fixes
#14 (closed)
.
Edited
2 years ago
by
André Anjos
0
0
Merge request reports
Compare
version 1
version 2
1df9c09e
2 years ago
version 1
ea5b4dc6
2 years ago
master (base)
and
version 2
latest version
e681701e
3 commits,
2 years ago
version 2
1df9c09e
2 commits,
2 years ago
version 1
ea5b4dc6
1 commit,
2 years ago
Show latest version
1 file
+
4
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
bob/ip/binseg/engine/trainer.py
+
4
−
0
Options
@@ -326,6 +326,10 @@ def checkpointer_process(
max_epoch : int
end_potch
Returns
-------
lowest_validation_loss : float
"""
Loading