You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Changelog
2
2
3
-
When contributing a PR, please add the title, link and a short 1-2 line description of the
3
+
When contributing a PR, please add the title, link and a short 1-2 line description of the
4
4
PR to this document. If you are an external contributor, please also add your github handle.
5
5
You can use markdown formatting in this document.
6
6
@@ -19,8 +19,8 @@ in this file to the released code version using the name of the github tag (e.g.
19
19
Add ``ensemble_embeddings`` that aligns multiple embeddings and combine them into an averaged one.
20
20
21
21
-**Move `max_validation_iterations` from `cebra.CEBRA` to `cebra.metrics.infonce_loss`[#527](https://github.com/AdaptiveMotorControlLab/CEBRA-dev/pull/527)**:
22
-
Move `max_validation_iterations` from `cebra.CEBRA` to `cebra.metrics.infonce_loss` and
23
-
rename the variable to `num_batches`.
22
+
Move `max_validation_iterations` from `cebra.CEBRA` to `cebra.metrics.infonce_loss` and
23
+
rename the variable to `num_batches`.
24
24
25
25
-**Add `plot_consistency` and demo notebook [#502](https://github.com/AdaptiveMotorControlLab/CEBRA-dev/pull/502)**:
26
26
Add `plot_consistency` helper function and complete the corresponding notebook.
@@ -50,7 +50,7 @@ It is the official first release distributed along with the publication of the C
0 commit comments