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 46ca17f commit 3bb80d0Copy full SHA for 3bb80d0
docs/source/usage.rst
@@ -306,8 +306,6 @@ Here is an example of a CEBRA model initialization:
306
cebra_model = CEBRA(
307
model_architecture = "offset10-model",
308
batch_size = 1024,
309
- temperature_mode='constant',
310
- temperature=0.1,
311
learning_rate = 0.001,
312
max_iterations = 10,
313
time_offsets = 10,
@@ -321,7 +319,7 @@ Here is an example of a CEBRA model initialization:
321
319
.. testoutput::
322
320
323
CEBRA(batch_size=1024, learning_rate=0.001, max_iterations=10,
324
- model_architecture='offset10-model', temperature=0.1,
+ model_architecture='offset10-model',
325
time_offsets=10)
326
327
.. admonition:: See API docs
0 commit comments