-
Notifications
You must be signed in to change notification settings - Fork 17
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
Key word iil #52
Comments
Thanks. New error now. Cell 5 of 15 line 14 of test_py3gpp.ipynb TypeError: nrOFDMModulate() got an unexpected keyword argument 'CarrierFrequency' |
It looks like pip insatll py3gpp is not installing all of the files from version 0.2.0 or its not pulling the right version at all. |
Never mind. I was using an older version of Python. |
Cell In[45], line 37 File ~\AppData\Roaming\Python\Python311\site-packages\sionna\fec\polar\decoding.py:488, in PolarSCLDecoder.init(self, frozen_pos, n, list_size, crc_degree, use_hybrid_sc, use_fast_scl, cpu_only, use_scatter, ind_iil_inv, return_crc_status, output_dtype, **kwargs) File ~\AppData\Roaming\Python\Python311\site-packages\tensorflow\python\trackable\base.py:204, in no_automatic_dependency_tracking.._method_wrapper(self, *args, **kwargs) File ~\AppData\Roaming\Python\Python311\site-packages\keras\src\engine\base_layer.py:340, in Layer.init(self, trainable, name, dtype, dynamic, **kwargs) TypeError: ('Keyword argument not understood:', 'iil') |
@zhayyeh is this problem still existing with version 0.2.1? |
I’ll try this newer version and let you know. |
Problem still there |
I'm recieving the following error when running the 'test_py3gpp.ipynb' example:
TypeError: ('Keyword argument not understood:', 'iil')
The text was updated successfully, but these errors were encountered: