Unverified Commit 31f545ee authored by Yan Ni's avatar Yan Ni Committed by GitHub
Browse files

Update KDExample.md: fix missing links in doc (#1894)

parent 01385bb0
......@@ -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
\ No newline at end of file
The complete code can be found [here](https://github.com/microsoft/nni/tree/v1.3/examples/model_compress/knowledge_distill/)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment