Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Docs] Add files for KD algo DFND #586

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

Cbtor
Copy link

@Cbtor Cbtor commented Sep 21, 2023

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 Cbtor force-pushed the dfnd branch 12 times, most recently from 9e1b1f5 to 52ad109 Compare September 21, 2023 11:34
@Cbtor
Copy link
Author

Cbtor commented Sep 22, 2023

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

@c122-ode
Copy link

fork

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants