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

Error in Scattering Simulation Notebook #174

Closed
george-yammine opened this issue Jul 17, 2023 · 2 comments
Closed

Error in Scattering Simulation Notebook #174

george-yammine opened this issue Jul 17, 2023 · 2 comments

Comments

@george-yammine
Copy link

Hi!

I tried running the RT Scattering jupyter notebook locally on my machine (M2 Pro MBP) with CPU only (LLVM 16 installed) and everything works properly until computing the paths in the last code block (Impact on Channel Impulse Response)

paths = scene.compute_paths(max_depth=5,
num_samples=20e6,
scattering=True)

I get the error: InvalidArgumentError: {{function_node _wrapped__GatherV2_device/job:localhost/replica:0/task:0/device:CPU:0}} indices[1,0,0,67476] = -1 is not in [0, 74) [Op:GatherV2]

Is this a localized error to me? Thanks!

error.docx

@jhoydis
Copy link
Collaborator

jhoydis commented Jul 18, 2023

Hi, I am able to reproduce this error on CPU (but running on Linux).
The error does not happen on GPU and only if scattering is enabled.
It also does not seem to happen in all scenes.
We will look into it.

@faycalaa
Copy link
Collaborator

Fixed by v0.15.1

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