Replies: 1 comment 1 reply
-
Hello @kdimou, My first guess would be about an incompatible TensorFlow version. Could you please check which version you have installed? Line 1 in 7eb04f4 |
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
-
I have installed Sionna by following the instructions in the page
https://nvlabs.github.io/sionna/installation.html
I tried the steps suggested therein and installed python, TensorFlow and Sionna.
Did the test
python
and the sionna version that appears is indeed 0.16.2
Tried to execute locally the "Hello World" by launching the jupyterLab via
and the following message appears:
ValueError: Only input tensors may be passed as positional arguments. The following argument value should be passed as a keyword argument: 1000 (of type <class 'int'>)
It seems that there is an error in my environment and the tensorFlow package is not uploaded? I tried to execut the command locally at a terminal by using python (and python 3) and the same error appears.
It seems that either Tensorflow is not installed properly, or another package is missing, or the downloaded TensorFlow is not visible in my environment?
(Of course, I can run the examples and tutorials at Google Colab)
Beta Was this translation helpful? Give feedback.
All reactions