We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c2d559 commit 0dba5fcCopy full SHA for 0dba5fc
cebra/data/base.py
@@ -288,7 +288,8 @@ def get_indices(self):
288
289
290
Note:
291
- From version 0.7.0 onwards, `num_negatives` parameter was added to allow
292
- specifying a different number of negative samples compared to the batch size.
+ From version 0.7.0 onwards, specifying the ``num_samples`` and
+ ``num_negatives`` directly was deprecated. Please set these
293
+ variables via the attributes ``batch_size`` and ``num_negatives``.
294
"""
295
raise NotImplementedError()
0 commit comments