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

Issues regarding reproduction of 'Learned_Materials.ipynb' and 'Synthetic_Data.ipynb' #4

Open
srijita-iis opened this issue Jul 1, 2024 · 2 comments

Comments

@srijita-iis
Copy link

srijita-iis commented Jul 1, 2024

Hello,

The scene has been loaded properly, and I did double check with additional measures that there are 3 objects in the default scene, making the length of the number of scene objects 3 as well. But, when I try to run the two aforementioned notebooks, during the training I get an error stating that the indices of the object_id is -1, not within [0,3) and I am unable to train.
'object_id' is used in the trainable_materials class and hence, I am guessing that is where the isuue occurs.

@jhoydis
Copy link
Collaborator

jhoydis commented Jul 11, 2024

Hi @srijita-iis,

I think that this issue comes from a specific combination of Tensorflow and Sionna.
Could you install these very specific versions and give it a try:

pip install sionna==0.16.2
pip install tensorflow==2.15.0

@jhoydis
Copy link
Collaborator

jhoydis commented Jul 12, 2024

I have just pushed a fix that should solve the issue. However, you need to install Sionna v0.18.

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

2 participants