Method__init__(self, base_value, final_value, total_iters, warmup_iters=0, start_warmup_value=0, freeze_iters=0)
torchhub/facebookresearch_dinov2_main/dinov2/utils/utils.py:69
Method__init__(
self,
*,
size: int,
sample_count: int,
shuffle: bool = False,
torchhub/facebookresearch_dinov2_main/dinov2/data/samplers.py:19
Method__init__(
self,
*,
sample_count: int,
shuffle: bool = False,
seed: int = 0,
torchhub/facebookresearch_dinov2_main/dinov2/data/samplers.py:80
Method__init__(
self,
*,
sample_count: int,
shuffle: bool = False,
seed: int = 0,
torchhub/facebookresearch_dinov2_main/dinov2/data/samplers.py:167
Method__init__(
self,
*,
split: "ImageNet.Split",
root: str,
extra: str,
tra
torchhub/facebookresearch_dinov2_main/dinov2/data/datasets/image_net.py:60
Method__init__(
self,
in_dim,
out_dim,
use_bn=False,
nlayers=3,
hidden_dim=2
torchhub/facebookresearch_dinov2_main/dinov2/layers/dino_head.py:14
Method__init__(
self,
img_size: Union[int, Tuple[int, int]] = 224,
patch_size: Union[int, Tuple[int,
torchhub/facebookresearch_dinov2_main/dinov2/layers/patch_embed.py:38
Method__init__(self, encoder='vitl', features=256, out_channels=[256, 512, 1024, 1024], use_bn=False, use_clstoken=False, lo
depth_anything/dpt.py:140