↓ 2 callersFunctiontrain_for_C(*, C, max_iter, train_features, train_labels, dtype=torch.float64, device=_CPU_DEVICE)
torchhub/facebookresearch_dinov2_main/dinov2/eval/log_regression.py:154
↓ 1 callersMethod__init__(self, train_features, train_labels, nb_knn, T, device, num_classes=1000)
torchhub/facebookresearch_dinov2_main/dinov2/eval/knn.py:110
↓ 1 callersMethod__init__(self, in_channels, features=256, use_bn=False, out_channels=[256, 512, 1024, 1024], use_clstoken=False)
metric_depth/zoedepth/models/base_models/dpt_dinov2/dpt.py:21
↓ 1 callersFunction_build_mlp(nlayers, in_dim, bottleneck_dim, hidden_dim=None, use_bn=False, bias=True)
torchhub/facebookresearch_dinov2_main/dinov2/layers/dino_head.py:45
↓ 1 callersFunction_make_sampler(
*,
dataset,
type: Optional[SamplerType] = None,
shuffle: bool = False,
seed: int = 0,
torchhub/facebookresearch_dinov2_main/dinov2/data/loaders.py:101