exile

Results 11 comments of exile

Hi, I train my own dataset on dinov2 too! My dataset has 4000 images, but I missed ‘’NaN detected‘’ this error,I check my train log and find the koleo_loss is...

> [#134 (comment)](https://github.com/facebookresearch/dinov2/issues/134#issuecomment-1630981911) By the way, do you guys have this issue? yes! I have the same issue. When I train my own dataset with 1 nodes,change --gpus-per-node is invalid!

> --gres=gpu:4 thanks for your reply! can you give more details? where are this parameter from?

> > > [#134 (comment)](https://github.com/facebookresearch/dinov2/issues/134#issuecomment-1630981911) By the way, do you guys have this issue? > > > yes! I have the same issue. When I train my own dataset with...

> > > > > [#134 (comment)](https://github.com/facebookresearch/dinov2/issues/134#issuecomment-1630981911) By the way, do you guys have this issue? > > > > > yes! I have the same issue. When I train...

> depend Thanks for your reply! I have a question about the deduplication method SSCD mentioned in your paper. I would like to confirm that SSCD is only used to...

> > Would it be possible to share additional details regarding the deduplication part used in the data curation pipeline. Or how that can be done for a custom dataset....

As far as I know,training or finetuning this model is not self-supervised. It is also need label,so if you want to train your dataset, you should generate your labels.txt, and...

> Hi! Do you need to split your own dataset into base categories and novel catgegories? I have the same question!I have splited my own dataset into base categories and...

> > > Hi! Do you need to split your own dataset into base categories and novel catgegories? > > > > > > I have the same question!I have...