-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
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
内存消耗随pass数增长,可能存在内存管理问题 #310
Labels
Comments
@jueljust 麻烦问下,这个mem%是怎么计算出来的呢? |
@reyoung top显示的进程MEM% mapped数据是 pmap -d {PID} | grep mapped 出来的结果 |
@jueljust Are you using CACHE_PASS_IN_MEM in your dataprovider? |
@jueljust 那你是使用的GPU |
@reyoung --use_gpu=1 被注释,未显式配置--use_cpu
|
reyoung
added a commit
to reyoung/Paddle
that referenced
this issue
Nov 2, 2016
* Forget to finishTestPeriod in testOnePeriod. * Fix PaddlePaddle#318 * Protentially related to PaddlePaddle#310, PaddlePaddle#311
close via ##323 |
Meiyim
pushed a commit
to Meiyim/Paddle
that referenced
this issue
May 21, 2021
…_mem_opt Remove deprecated fluid.memory_optimize
thisjiang
pushed a commit
to thisjiang/Paddle
that referenced
this issue
Oct 28, 2021
PaddlePaddle#310) * add x86 schedule injective, enhance simplify(min/max/mod/var...), enhance vectorize loop * add buffer align and fix ci problems * fix code styles
gglin001
added a commit
to graphcore/Paddle-fork
that referenced
this issue
Mar 17, 2022
* fix linking with paddle_ipu
danleifeng
pushed a commit
to danleifeng/Paddle
that referenced
this issue
Jun 15, 2023
danleifeng
pushed a commit
to danleifeng/Paddle
that referenced
this issue
Sep 13, 2023
lizexu123
pushed a commit
to lizexu123/Paddle
that referenced
this issue
Feb 23, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
demo/image_classification
pass=0 mem%=24.4% mapped: 8370660K writeable/private: 8036476K shared: 0K
pass=6 mem%=37.4%
如果不是,请提供内存消耗与pass配置数据的关系,方便计算需要的资源
测试运行在local模式下
The text was updated successfully, but these errors were encountered: