Skip to content

Commit 7a58bd5

Browse files
committed
yaml
1 parent c272964 commit 7a58bd5

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

gridsearch.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -22,26 +22,31 @@ default_params:
2222
run: never
2323
...
2424
dataloader:
25-
class: OriginalDataLoader
26-
arguments:
25+
class: OriginalDataLoader
26+
arguments:
27+
...
2728
sampler:
2829
class: SamplerClusterSiamese
2930
arguments:
3031
run: always
31-
seed: 0
32+
...
3233
model:
3334
class: SiameseNetwork
3435
arguments:
3536
input_dim: 280
37+
...
3638
loss:
3739
class: coscos2
3840
arguments:
41+
...
3942
trainer:
4043
class: TrainerSiamese
4144
arguments:
45+
...
4246
embedder:
4347
class: EmbedderSiamese
4448
arguments:
49+
...
4550
```
4651
4752
You must define all the arguments for the `features`, `dataloader`, `sampler`,

0 commit comments

Comments
 (0)