Replies: 1 comment 6 replies
-
|
Hi @cyclehome, Thank you for reporting this issue. We were able to reproduce it, and it will be fixed in the next release. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
in anology to https://nvlabs.github.io/sionna/rt/developer/dev_compat_frameworks.html#training-loop-in-pytorch
I'm trying to set up a primitive optimization that optimizes the tilt of a single transmitter so that the sum of all received-signal-strength values in the observed area is maximized:
The output is as follows:
So in step 0 the optimizer yields a modified tilt, but already in step 1 it returns NaN. With a different start value, e.g. 0 instead of 10, we get NaN already in step 0.
What am I doing wrong?
Also, what does the "Destructor called while thread 'main' was still running" message tell me? This does not appear with the original example from the documentation (see link above).
Using version 1.0.2.
Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions