-
in the main_dino.py teacher parameters are frozen. Shouldn't we train teacher too for a custom dataset?
Custom dataset is images of chest x ray.
Thanks,
-
Hi, @hunto.
Thanks for your answers to my previous questions :[https://github.com/hunto/DiffKD/issues/3](url)
Your work is very meaningful, and it can bring new changes to knowledge distillation. Th…
-
## 論文リンク
https://arxiv.org/pdf/1511.04508.pdf
## 概要
Knowledge DistillationをAdversarial Exampleの防御手段として利用した論文
## 手法のキモ
生徒モデルを教師モデルと同じアーキテクチャとし、教師モデルの学習時と知識蒸留時は温度Tつきsoftmaxを通した後のクロスエン…
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and fou…
-
-
Sir,
1. I want to train the 3d hand gesture for limited gestures can u please provide us train.csv ,labels.csv,test.csv,validations.csv so that I can train it for 4-5 gestures..
2.What changes do we…
-
Hello,
Which of your pre trained model support the English and Hindi language? I can not find it in the description.
-
해당 issue에 우리가 사용하는 모델 혹은 개념에 대한 논문들을 모으면 좋겠습니다!
베스트는 Pull Request 혹은 update commit을 여기에 #1 과 같이 호출하여 매핑시키면 좋겠고,
우선 저도 몇 가지 남기겠습니다!
- 뭔가 허예찬님이 주관하시는 3줄 요약 같은 걸 우리도 해보면 어떨까요?
-
Hi,
Thanks for you nice work in CVPR 2019. It's really interesting and provides strong results.
However, I found the adversarial example generation process is not clearly described in both paper…
-
### Feature request
closed source model support for GKS, like openai gpt4-o and claude etc.
```
from datasets import Dataset
from trl import GKDConfig, GKDTrainer
from transformers import (
…