Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
Update KDExample.md: fix missing links in doc (#1894)
Browse files Browse the repository at this point in the history
  • Loading branch information
leckie-chn authored Dec 31, 2019
1 parent 01385bb commit 31f545e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en_US/TrialExample/KDExample.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ for batch_idx, (data, target) in enumerate(train_loader):
* **kd_teacher_model:** The pre-trained teacher model
* **kd_T:** Temperature for smoothing teacher model's output

The complete code can be found here
The complete code can be found [here](https://github.com/microsoft/nni/tree/v1.3/examples/model_compress/knowledge_distill/)

0 comments on commit 31f545e

Please sign in to comment.