python删除变量并释放内存

import gc
del X_train, X_test
gc.collect()

 

posted @ 2020-12-22 17:31  威威后花园  阅读(13622)  评论(0编辑  收藏  举报