×

AUTOTRAINER

swMATH ID: 41850
Software Authors: Zhang, Xiaoyu; Zhai, Juan; Ma, Shiqing; Shen, Chao
Description: AUTOTRAINER: An Automatic DNN Training Problem Detection and Repair System. With machine learning models especially Deep Neural Network (DNN) models becoming an integral part of the new intelligent software, new tools to support their engineering process are in high demand. Existing DNN debugging tools are either post-training which wastes a lot of time training a buggy model and requires expertises, or limited on collecting training logs without analyzing the problem not even fixing them. In this paper, we propose AUTOTRAINER, a DNN training monitoring and automatic repairing tool which supports detecting and auto repairing five commonly seen training problems. During training, it periodically checks the training status and detects potential problems. Once a problem is found, AUTOTRAINER tries to fix it by using built-in state-of-the-art solutions. It supports various model structures and input data types, such as Convolutional Neural Networks (CNNs) for image and Recurrent Neural Networks (RNNs) for texts. Our evaluation on 6 datasets, 495 models show that AUTOTRAINER can effectively detect all potential problems with 100
Homepage: https://shiningrain.github.io/papers/Zhang2021ICSE.pdf
Source Code:  https://github.com/shiningrain/AUTOTRAINER
Related Software: DeepTest; Theano; CRADLE; DeepXplore; TensorFuzz; DLFuzz; Storm; DeepStellar; TensorFlow; Keras; Python; Muffin
Cited in: 0 Documents