[][src]Function mnist_extractor::clean_everything

pub fn clean_everything() -> Result<()>

Clean everything, extracted datas and downloaded files, usefull in case of errors. Try first clean_all_extracted() as you won't download again everything.

use mnist_extractor::*;

clean_everything();