"src/include/ConstantMergedTensorDescriptor.hpp" did not exist on "2a48812edb1a7c3e280159637fa89b7a0bbfb86b"
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): ...@@ -30,4 +30,4 @@ for batch_idx, (data, target) in enumerate(train_loader):
* **kd_teacher_model:** The pre-trained teacher model * **kd_teacher_model:** The pre-trained teacher model
* **kd_T:** Temperature for smoothing teacher model's output * **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/)
\ No newline at end of file
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