17 lines
497 B
Python
17 lines
497 B
Python
"""DO NOT EDIT.
|
|
|
|
This file was autogenerated. Do not edit it by hand,
|
|
since your modifications would be overwritten.
|
|
"""
|
|
|
|
from keras.src.distillation.distillation_loss import (
|
|
DistillationLoss as DistillationLoss,
|
|
)
|
|
from keras.src.distillation.distillation_loss import (
|
|
FeatureDistillation as FeatureDistillation,
|
|
)
|
|
from keras.src.distillation.distillation_loss import (
|
|
LogitsDistillation as LogitsDistillation,
|
|
)
|
|
from keras.src.distillation.distiller import Distiller as Distiller
|