Error when generating multiple coverage maps from a given set of .xml
scenes
#740
Unanswered
pablosreyero
asked this question in
Q&A
Replies: 1 comment
-
Hello @pablosreyero, Are you encountering this crash when a specific scene is used? If you can identify a problematic scene and share it (including the XMl file and all meshes), we could look into it more. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm trying to generate multiple coverage maps according to a set of previously created scenes and given a BS dataset. The thing is that everything runs normally, but after 5 minutes the kernel of the JupyterNotebook dies and this message pops up:
The first thing that came to my mind was that I was running out of mem (because I've gone through this problem multiple times). Nevertheless, and just in case, I've implemented additional code to cope with the potential memory leakages. Neither of these lines worked out and the kernel kept dying/restarting. For this reason, I decided to move out from JupyterNotebook, and started to use VSCode instead (where I'm not using any GPU). Similarly to my old JupyterNotebook environment, the simulation crashed, but this time I got the following output error:
It seems that the error is coming from the
scene = sionna.rt.load_scene(xml_file[0])
line(after trying to load the scene) hence, I've checked multiple times that the.xml
exists and that it is not corrupted. I've noticed that in most cases, I only plot 3 coverage maps (corresponding to 3 BS sectors) but when I reach a BS with 4 sectors, the simulation crashes. Help on this matter would be much appreciated.Here's my code ((sorry for the dirty coding)):
cm_code.txt
Cheers,
Pablo.-
BTW, I'm using an NVIDIA A30 and Sionna 0.19 inside a venv created with Anaconda (I installed the required packages with the provided
requirements.txt
)Beta Was this translation helpful? Give feedback.
All reactions