Replies: 2 comments 2 replies
-
Hi, |
Beta Was this translation helpful? Give feedback.
1 reply
-
I can reproduce the error using TensorFlow 2.14. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
While running the SIONNA code for End-to-end Learning with Autoencoders, I am facing the error :
InvalidArgumentError: Exception encountered when calling layer 'e2e_system_conventional_training_5' (type E2ESystemConventionalTraining).
Detected unsupported operations when trying to compile graph ldpc5g_decoder_3_while_body_1358924_const_0[] on XLA_GPU_JIT: RaggedRange (No registered 'RaggedRange' OpKernel for XLA_GPU_JIT devices compatible with node {{node ldpc5g_decoder_3/while/RaggedWhere/RaggedRange}}){{node ldpc5g_decoder_3/while/RaggedWhere/RaggedRange}}
The op is created at:
File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main
File "/usr/lib/python3.10/runpy.py", line 86, in _run_code
.
.
.
.
File "/usr/local/lib/python3.10/dist-packages/sionna/fec/ldpc/decoding.py", line 980, in dec_iter
File "/usr/local/lib/python3.10/dist-packages/sionna/fec/ldpc/decoding.py", line 654, in _cn_update_phi
tf2xla conversion failed while converting ldpc5g_decoder_3_while_body_1358924_const_0[]. Run with TF_DUMP_GRAPH_PREFIX=/path/to/dump/dir and --vmodule=xla_compiler=2 to obtain a dump of the compiled functions.
I have not made any changes to the code. May how I can resolve this issue?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions