NVlabs / sionna

Sionna: An Open-Source Library for Next-Generation Physical Layer Research
https://nvlabs.github.io/sionna
Other
769 stars 221 forks source link

Sionna RT backpropagation #575

Closed qiangdadi closed 1 month ago

qiangdadi commented 1 month ago

I want to optimize the placement of an object. But when I try this , I failed to get the gradient of the object's position. Then I find this is because the object's position is not trainable. I want to make a scene object's position trainable. How can I achieve this? And why I fail?

jhoydis commented 1 month ago

Hi @qiangdadi,

You need to provide more context to report an issue.

qiangdadi commented 1 month ago

This is a simple code. It is very simple. I just want to make the position of a scene object (not a transmitter\receiver\material\camera) to be trainable. Screenshot from 2024-09-16 17-40-53

qiangdadi commented 1 month ago

Hi @qiangdadi,

You need to provide more context to report an issue.

Sorry for the trouble made by me. And I tried to provide more details.