python删除变量并释放内存

import gc
del X_train, X_test
gc.collect()

 

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