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

Aborted (core dumped) in oneflow.nn.MaxPool3d #10505

Open
x0w3n opened this issue Apr 23, 2024 · 0 comments
Open

Aborted (core dumped) in oneflow.nn.MaxPool3d #10505

x0w3n opened this issue Apr 23, 2024 · 0 comments
Labels
bug community events from community

Comments

@x0w3n
Copy link

x0w3n commented Apr 23, 2024

Summary

flow.nn.MaxPool3d crashes when its input is an empty tensor.

Code to reproduce bug

import oneflow as flow
oneflow.nn.MaxPool3d(kernel_size=1)(oneflow.ones([]))

image

System Information

  • What is your OneFlow installation (pip, source, dockerhub): pip
  • OS: Ubuntu 22.04.3 LTS
  • OneFlow version (run python3 -m oneflow --doctor):
path: ['*/temp/oneflow-1.0.0/python/oneflow']
version: 0.9.0
git_commit: 381b12c
cmake_build_type: Release
rdma: True
mlir: True
  • Python version: 3.10.0
  • CUDA driver version: 12.2
  • GPU models: NVIDIA GeForce RTX 3090
  • Other info: None
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug community events from community
Projects
None yet
Development

No branches or pull requests

1 participant