mmrazor icon indicating copy to clipboard operation
mmrazor copied to clipboard

[Docs] Add files for KD algo DFND

Open Cbtor opened this issue 1 year ago • 2 comments

Motivation

DFND (Learning Student Networks in the Wild) is a famous algorithm for data-free noisy distillation. It could achieve comparable accuracy with supervised training model using only noisy wild data. The paper is published on CVPR 2021.

Modification

Add files for DFND algorithm.

Use cases (Optional)

python tools/train.py configs/distill/mmcls/dfnd/dfnd_logits_resnet34_resnet18_8xb32_cifar10.py

Cbtor avatar Sep 21 '23 07:09 Cbtor

I need some help. There are two mdformat check in lint, and the code fails the first one but pass the second. What is the difference between them? Meanwhile, I already use docformatter(version==1.7.5) tool to format my code, but it still fail the check. Could you please help me to find out how to pass the checks? @HIT-cwh @humu789

mdformat.................................................................Failed
- hook id: mdformat
- files were modified by this hook
docformatter.............................................................Failed
- hook id: docformatter
- files were modified by this hook
mdformat.................................................................Passed

Cbtor avatar Sep 22 '23 06:09 Cbtor

fork

c122-ode avatar Feb 27 '24 07:02 c122-ode