Skip to content

Commit 09c404c

Browse files
authored
Update usage.rst
- add in temp to demo model
1 parent 3bb80d0 commit 09c404c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/source/usage.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1211,6 +1211,8 @@ Putting all previous snippet examples together, we obtain the following pipeline
12111211
model_architecture = "offset10-model",
12121212
batch_size = 512,
12131213
learning_rate = 1e-4,
1214+
temperature_mode='constant',
1215+
temperature = 0.1,
12141216
max_iterations = 10, # TODO(user): to change to ~500-10000 depending on dataset size
12151217
#max_adapt_iterations = 10, # TODO(user): use and to change to ~100-500 if adapting
12161218
time_offsets = 10,

0 commit comments

Comments
 (0)