-
Hi,
I am testing unseen images on the pretrained model `daclip_ViT-B-32.pt` and it seems that model is not working well. There is no or very slight changes in the images. As an example, here is the…
-
I fine-tuned pretrained model(depth_anything_vits14.pth) using KITTI Data set, I could get finetuned model (depth_anything_finetune/ZoeDepthv1_05-Mar_14-45-9b59bd15407a_best.pt)
And I confirmed that …
-
Hello authors, we have reproduced your code. We loaded the classifier of ImageNette, and the accuracy could reach 0.99, but we trained from scratch without loading any weights, and the result was only…
-
Hello,
In the paper the following hyper-parameters are listed for fine-tuning:
However, in your [README](https://github.com/facebookresearch/mae/blob/main/FINETUNE.md), they are as follows:
…
-
Hi, big thanks for your great work and open-sourced code & weights.
I am fine-tuning/continuing training the checkpoints and hope you can kindly share some knowledge about the design & training detai…
-
Hi,
Thank you very much for your brilliant work on Adan!
And from you paper, it said Adan should get a lower loss (both Train and test) than Adamw according to Figure 1. However, I got a higher tra…
-
I have already downloaded all datasets and tried to train LISA with them, but I get the following issue when I run this:
deepspeed --master_port=24999 train_ds.py \
--version="liuhaotian/llava-v1…
-
Trying the very simple demo shared on documentation page, running on Google Colab:
```
from keras_vit.vit import ViT_B16
vit_1 = ViT_B16(weights = "imagenet21k")
```
I got the following error…
-
Hi,
Thanks a lot for sharing your work and instructions for training and inference. I have been trying to train 'dino_vit_small_reg.dpt_raft' on a mini-dataset of my own. I basically modeled it almo…
-
I successfully installed Annolid on Windows by following the documentation:
1) Cloning the GitHub repository
2) Running pip install -e .
3) I also had to reinstall numpy version 1.25.2 because th…