mirror of https://github.com/sthalles/SimCLR.git
Update config.yaml
parent
7fce8908a2
commit
70758da2bf
|
@ -1,8 +1,8 @@
|
|||
batch_size: 256
|
||||
out_dim: 2048
|
||||
out_dim: 64
|
||||
s: 1
|
||||
temperature: 0.5
|
||||
base_convnet: "resnet18" # one of: "resnet18 or resnet50"
|
||||
use_cosine_similarity: True
|
||||
epochs: 40
|
||||
num_workers: 4
|
||||
num_workers: 4
|
||||
|
|
Loading…
Reference in New Issue