AFR-DFV-v2 / dinov3 /utils /__init__.py
Addax-Data-Science's picture
Upload 162 files
d9bb75c verified
Raw
History Blame Contribute Delete
377 Bytes
# Copyright (c) Meta Platforms, Inc. and affiliates.
#
# This software may be used and distributed in accordance with
# the terms of the DINOv3 License Agreement.
from .dtype import as_torch_dtype
from .utils import (
cat_keep_shapes,
count_parameters,
fix_random_seeds,
get_conda_env,
get_sha,
named_apply,
named_replace,
uncat_with_shapes,
)