I noticed that in the DINOv3 repository, there are training scripts for linear probing (linear.py), k-NN (eval_knn.py), and logistic regression (eval_log_reg.py) heads, as well as corresponding main ...