Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
adaptive
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Quantum Tinkerer
adaptive
Merge requests
!113
Resolve "(BalancingLearner) loss is cached incorrectly"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "(BalancingLearner) loss is cached incorrectly"
108-balancinglearner-loss-is-cached-incorrectly
into
master
Overview
8
Commits
2
Pipelines
6
Changes
2
All threads resolved!
Hide all comments
Merged
Jorn Hoofwijk
requested to merge
108-balancinglearner-loss-is-cached-incorrectly
into
master
6 years ago
Overview
8
Commits
2
Pipelines
6
Changes
1
All threads resolved!
Hide all comments
Expand
Closes
#108 (closed)
Edited
6 years ago
by
Jorn Hoofwijk
0
0
Merge request reports
Compare
version 3
version 4
08a19953
6 years ago
version 3
cd92c5ec
6 years ago
version 2
42c53e28
6 years ago
version 1
b7b693ee
6 years ago
master (base)
and
version 4
latest version
9764db38
2 commits,
6 years ago
version 4
08a19953
2 commits,
6 years ago
version 3
cd92c5ec
2 commits,
6 years ago
version 2
42c53e28
2 commits,
6 years ago
version 1
b7b693ee
1 commit,
6 years ago
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
adaptive/tests/test_learnernd.py
+
1
−
1
Options
@@ -4,7 +4,7 @@ from ..learner import LearnerND
from
..runner
import
replay_log
def
test_fai
l
ure_case_LearnerND
():
def
test_faiure_case_LearnerND
():
log
=
[
(
'
ask
'
,
4
),
(
'
tell
'
,
(
-
1
,
-
1
,
-
1
),
1.607873907219222e-101
),
Loading