↓ 1 callersFunction_make_dinov2_linear_depth_head(
*,
embed_dim: int,
layers: int,
min_depth: float,
max_depth: float,
**kwargs,
)
dinov2/dinov2/hub/depthers.py:36
↓ 1 callersFunction_make_sampler(
*,
dataset,
type: Optional[SamplerType] = None,
shuffle: bool = False,
seed: int = 0,
dinov2/dinov2/data/loaders.py:100
↓ 1 callersFunctioncreate_module_dict(*, module, n_per_class_list, n_tries, nb_knn, train_features, train_labels)
dinov2/dinov2/eval/knn.py:198
↓ 1 callersFunctioneval_knn(
model,
train_dataset,
val_dataset,
accuracy_averaging,
nb_knn,
temperature,
batc
dinov2/dinov2/eval/knn.py:245
↓ 1 callersFunctioneval_linear(
*,
feature_model,
linear_classifiers,
train_data_loader,
val_data_loader,
metrics_fi
dinov2/dinov2/eval/linear.py:313