Method__init__(self, params, lr=1e-3, betas=(0.9, 0.999), eps=1e-8,
weight_decay=0, warmup_updates=4000, wa
scripts/tools/xlm/optim.py:104
Method__init__(self, params, lr=1e-3, betas=(0.9, 0.999), eps=1e-8,
weight_decay=0, warmup_updates=4000, wa
scripts/tools/xlm/optim.py:158
Method__init__(self, in_dim, dim_hidden, out_dim, dropout, gelu_activation)
scripts/tools/xlm/model/transformer.py:226
Method__init__(self, input_channels, output_channels, kernel_size, bias=True, batchnorm=True, groups=1)
scripts/tools/xlm/model/memory/query.py:84
Method__init__(
self, input_dim, heads, k_dim, product_quantization, multi_query_net,
sizes, kernel_sizes, b
scripts/tools/xlm/model/memory/query.py:206