Skip to content

Commit 3bb80d0

Browse files
authored
Update usage.rst
1 parent 46ca17f commit 3bb80d0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/source/usage.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -306,8 +306,6 @@ Here is an example of a CEBRA model initialization:
306306
cebra_model = CEBRA(
307307
model_architecture = "offset10-model",
308308
batch_size = 1024,
309-
temperature_mode='constant',
310-
temperature=0.1,
311309
learning_rate = 0.001,
312310
max_iterations = 10,
313311
time_offsets = 10,
@@ -321,7 +319,7 @@ Here is an example of a CEBRA model initialization:
321319
.. testoutput::
322320

323321
CEBRA(batch_size=1024, learning_rate=0.001, max_iterations=10,
324-
model_architecture='offset10-model', temperature=0.1,
322+
model_architecture='offset10-model',
325323
time_offsets=10)
326324

327325
.. admonition:: See API docs

0 commit comments

Comments
 (0)