Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Quantum Tinkerer
adaptive
Commits
c816cf67
Commit
c816cf67
authored
Oct 01, 2018
by
Bas Nijholt
Browse files
fix whitespace
parent
28054741
Pipeline
#12491
passed with stage
in 3 minutes and 40 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
adaptive/learner/balancing_learner.py
View file @
c816cf67
...
...
@@ -114,7 +114,7 @@ class BalancingLearner(BaseLearner):
loss_dict
[
index
]
=
learner
.
loss
(
real
)
losses
.
append
(
loss_dict
[
index
])
return
losses
return
losses
def
loss
(
self
,
real
=
True
):
losses
=
self
.
losses
(
real
)
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment