xianglinyang / DeepDebugger

Official source code for ESEC/FSE 2023 Paper: DeepDebugger: An Interactive Time-Travelling Debugging Approach for Deep Classifiers
MIT License
7 stars 5 forks source link

split model #3

Closed xianglinyang closed 1 year ago

xianglinyang commented 1 year ago

current implementation of split is not scalable. I want to change it to force model to have feature function and prediction function

xianglinyang commented 1 year ago

data_provider with squeezing training and test representation... remove them