habitat-sim
habitat-sim copied to clipboard
habitat-sim initialization error,MemoryError: std::bad_alloc
Habitat-Sim version
v0.1.5
Steps to Reproduce
Steps to reproduce the behavior:
Traceback (most recent call last):
File "run.py", line 79, in
The train.log output:
2023-09-27 16:11:52,585 Initializing dataset VLN-CE-v1 2023-09-27 16:11:53,128 Simulator GPU ID [0] 2023-09-27 16:11:53,128 Simulator GPU ID 0 2023-09-27 16:11:53,128 [construct_envs] Using GPU ID 0 2023-09-27 16:11:53,128 Initializing dataset VLN-CE-v1 2023-09-27 16:11:53,675 initializing sim Sim-v0
In addition,I found that habitat-sim can be used normally by using the test scheme provided by the official.
The configuration information is displayed as follows:
- OS (e.g., Linux):LInux
- How you installed PyTorch (
conda,pip, source): conda - Build command you used (if compiling from source): python setup.py install --headless --with-cuda
- Python version:3.6.13
- GPU models and configuration:NVIDIA RTX A6000
- CUDA version:12.2
- PIP/conda dependencies packages versions:21.3.1
Hey @Moon-heart
Given that the issue related to an old version of habitat, I don't think this is a problem with the platform which will be investigated or changed.
What are you hoping to get from this issue request? Have you searched for other issues with MemoryError: std::bad_alloc which may provide some hints for fixing this on your system?
In addition,I found that habitat-sim can be used normally by using the test scheme provided by the official.
Are you suggesting that you have a work-around or that some non-training operation is working for you?