Code Monkey home page Code Monkey logo

Comments (6)

SebastianCa avatar SebastianCa commented on August 15, 2024

Hi @MizWong,

I am unable to reproduce the error with my setup, and it also works fine in Colab.

It seems to be an issue with your local installation. Could you please provide more details about your system setup?

from sionna.

vishalgoyal316 avatar vishalgoyal316 commented on August 15, 2024

I am also facing same issue with my setup.

from sionna.

SebastianCa avatar SebastianCa commented on August 15, 2024

Hi @vishalgoyal316,

could you please provide more details about your system setup?

from sionna.

IhabAdarbeh avatar IhabAdarbeh commented on August 15, 2024

Hallo,
I also get the same error":(AttributeError: Exception encountered when calling layer 'lmmse_equalizer' (type LMMSEEqualizer).).module 'sionna' has no attribute 'config'" when I try to execute this section:

//simulation parameters
ebno_db = 10
batch_size = 200
// and call the model
b, b_hat = model(batch_size, ebno_db)
ber = sionna.utils.metrics.compute_ber(b, b_hat)
nb_bits = np.size(b.numpy())
print("BER: {:.4} at Eb/No of {} dB and {} simulated bits".format(ber.numpy(), ebno_db, nb_bits))

I am using Anaconda as the development environment, Jupyter Notebook as the compiler, and Python 3.8 with TensorFlow 2.14 und Sionna 0.18.0 version.

from sionna.

SebastianCa avatar SebastianCa commented on August 15, 2024

Hi @IhabAdarbeh,

It seems like there might be an issue with your local Sionna installation. Here are a few things you can try to troubleshoot:

  • Could you please run other notebooks to see if the issue is specific to the Simple MIMO notebook and the lmmse_equalizer?
  • Try importing Sionna in an empty notebook (or Python environment) and print the version:
import sionna as sn
print(sn.__version__)
  • The tutorial notebooks are designed to automatically install Sionna if it’s not found (to ensure compatibility with Google Colab). This could potentially interfere with your Anaconda virtual environment. For more details, you can refer to issue #471.

from sionna.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.