We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eecd34f commit 70598b7Copy full SHA for 70598b7
keras/src/distillation/distiller.py
@@ -39,7 +39,7 @@ class Distiller(Model):
39
teacher: The teacher model providing knowledge. This model is frozen
40
during training.
41
42
- Examlpe(s):
+ Examples:
43
44
```python
45
# Basic distillation with KerasHub models
0 commit comments