Skip to content
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

[Bug] OOM killed during unit testing #758

Closed
del-zhenwu opened this issue Apr 1, 2022 · 3 comments
Closed

[Bug] OOM killed during unit testing #758

del-zhenwu opened this issue Apr 1, 2022 · 3 comments

Comments

@del-zhenwu
Copy link

del-zhenwu commented Apr 1, 2022

推荐使用英语模板 Bug report,以便你的问题帮助更多人。

描述 bug

tests/test_models/test_backbones/test_swin_transformer.py
run failed caused by OOM

tests/test_models/test_backbones/test_shufflenet_v2.py ..                [ 74%]
tests/test_models/test_backbones/test_swin_transformer.py .Killed

image
[填写这里]

复现流程

在命令行中执行的详细操作

[填写这里]

相关信息

  1. pip list | grep "mmcv\|mmcls\|^torch" 命令的输出
    base image:
    ubuntu_1804_py_37_cuda_101_cudnn_7_torch_160_mmcv_v1.4.6
    branch:
    dev
  2. 如果你修改了,或者使用了新的配置文件,请在这里写明
[填写这里]
  1. 如果你是在训练过程中遇到的问题,请填写完整的训练日志和报错信息
    [填写这里]
  2. 如果你对 mmcls 文件夹下的代码做了其他相关的修改,请在这里写明
    [填写这里]

附加内容

任何其他有关该 bug 的信息、截图等

[填写这里]

@mzr1996
Copy link
Member

mzr1996 commented Apr 1, 2022

Well, looks the batch size in unit test is too large. I have created a pull request and you can test if it can solve your problem.

@del-zhenwu
Copy link
Author

Well, looks the batch size in unit test is too large. I have created a pull request and you can test if it can solve your problem.

CI will be triggered after this pr merged.

@tonysy
Copy link
Collaborator

tonysy commented Dec 12, 2022

This issue will be closed as it is inactive, feel free to re-open it if necessary.

@tonysy tonysy closed this as completed Dec 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants