Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytorch/tutorials
/ knowledge_distillation_tutorial.py
File
knowledge_distillation_tutorial.py
beginner_source/knowledge_distillation_tutorial.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
# -*- coding: utf-8 -*-
2
""
"
3
Knowledge Distillation Tutorial
4
===============================
Callers
nothing calls this directly
Calls
12
DeepNN
Class · 0.85
LightNN
Class · 0.85
train_knowledge_distillation
Function · 0.85
ModifiedDeepNNCosine
Class · 0.85
ModifiedLightNNCosine
Class · 0.85
train_cosine_loss
Function · 0.85
test_multiple_outputs
Function · 0.85
ModifiedLightNNRegressor
Class · 0.85
ModifiedDeepNNRegressor
Class · 0.85
train_mse_loss
Function · 0.85
train
Function · 0.70
test
Function · 0.70
Tested by
no test coverage detected