We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dataset.release_memory 调用后没有释放内存
import paddle.fluid as fluid
dataset = fluid.DatasetFactory().create_dataset('InMemoryDataset') dataset.load_into_memory() # load 数据 dataset.release_memory() # 占用的内存没有释放
paddlepaddle-GPU 2.3 cuda 12.8 python3.7 gcc10
No response
The text was updated successfully, but these errors were encountered:
可以补充完整相关信息截图吗,是内存还是显存吗
Sorry, something went wrong.
内存没有释放 @Wennie396
不小心点close issue了,麻烦 reopen下哈 @Wennie396
还有2个问题,1是你说的等待ins指的是什么,你是等待ins之前已经确定执行了dataset.release_memory()是吗;2是上面提供的是可以复现这个问题的demo吗
Wennie396
No branches or pull requests
bug描述 Describe the Bug
dataset.release_memory 调用后没有释放内存
code
import paddle.fluid as fluid
dataset = fluid.DatasetFactory().create_dataset('InMemoryDataset')
dataset.load_into_memory() # load 数据
dataset.release_memory() # 占用的内存没有释放
环境
paddlepaddle-GPU 2.3
cuda 12.8
python3.7
gcc10
其他补充信息 Additional Supplementary Information
No response
The text was updated successfully, but these errors were encountered: