//! Self-distillation: deeper layers teach shallower layers within the same model. //! Demonstrates born-again networks with iterative self-distillation generations.
Abstract: Deep neural networks (DNNs) have always been a popular base model in many image classification tasks. However, some recent works suggest that there are some man made images will easily lead ...