执行完TAO的训练命令
!tao ssd train --gpus 1 --gpu_index=$GPU_INDEX \
-e $SPECS_DIR/ssd_train_resnet18_kitti.txt \
-r $USER_EXPERIMENT_DIR/experiment_dir_unpruned_final \
-k $KEY \
-m $USER_EXPERIMENT_DIR/pretrained_resnet18/pretrained_object_detection_vresnet18/resnet_18.hdf5
在文件夹"experiment_dir_unpruned_final"内存储了每个epoch的模型和csv的数据,我设置了200个epoch共保存了20g的模型文件,现在想尝试新的模型结构,备份好现有的模型后,删除了文件夹"experiment_dir_unpruned_final",但是发现删除文件(清理了回收站后)并没有释放内存,想请问您这种情况该怎么处理呀?[attach]19882[/attach][attach]19883[/attach][attach]19884[/attach]