×
1 Choose EITC/EITCA Certificates
2 Learn and take online exams
3 Get your IT skills certified

Confirm your IT skills and competencies under the European IT Certification framework from anywhere in the world fully online.

EITCA Academy

Digital skills attestation standard by the European IT Certification Institute aiming to support Digital Society development

SIGN IN YOUR ACCOUNT TO HAVE ACCESS TO DIFFERENT FEATURES

CREATE AN ACCOUNT FORGOT YOUR PASSWORD?

FORGOT YOUR DETAILS?

AAH, WAIT, I REMEMBER NOW!

CREATE ACCOUNT

ALREADY HAVE AN ACCOUNT?
EUROPEAN INFORMATION TECHNOLOGIES CERTIFICATION ACADEMY - ATTESTING YOUR PROFESSIONAL DIGITAL SKILLS
  • SIGN UP
  • LOGIN
  • SUPPORT

EITCA Academy

EITCA Academy

The European Information Technologies Certification Institute - EITCI ASBL

Certification Provider

EITCI Institute ASBL

Brussels, European Union

Governing European IT Certification (EITC) framework in support of the IT professionalism and Digital Society

  • CERTIFICATES
    • EITCA ACADEMIES
      • EITCA ACADEMIES CATALOGUE<
      • EITCA/CG COMPUTER GRAPHICS
      • EITCA/IS INFORMATION SECURITY
      • EITCA/BI BUSINESS INFORMATION
      • EITCA/KC KEY COMPETENCIES
      • EITCA/EG E-GOVERNMENT
      • EITCA/WD WEB DEVELOPMENT
      • EITCA/AI ARTIFICIAL INTELLIGENCE
    • EITC CERTIFICATES
      • EITC CERTIFICATES CATALOGUE<
      • COMPUTER GRAPHICS CERTIFICATES
      • WEB DESIGN CERTIFICATES
      • 3D DESIGN CERTIFICATES
      • OFFICE IT CERTIFICATES
      • BITCOIN BLOCKCHAIN CERTIFICATE
      • WORDPRESS CERTIFICATE
      • CLOUD PLATFORM CERTIFICATENEW
    • EITC CERTIFICATES
      • INTERNET CERTIFICATES
      • CRYPTOGRAPHY CERTIFICATES
      • BUSINESS IT CERTIFICATES
      • TELEWORK CERTIFICATES
      • PROGRAMMING CERTIFICATES
      • DIGITAL PORTRAIT CERTIFICATE
      • WEB DEVELOPMENT CERTIFICATES
      • DEEP LEARNING CERTIFICATESNEW
    • CERTIFICATES FOR
      • EU PUBLIC ADMINISTRATION
      • TEACHERS AND EDUCATORS
      • IT SECURITY PROFESSIONALS
      • GRAPHICS DESIGNERS & ARTISTS
      • BUSINESSMEN AND MANAGERS
      • BLOCKCHAIN DEVELOPERS
      • WEB DEVELOPERS
      • CLOUD AI EXPERTSNEW
  • FEATURED
  • SUBSIDY
  • HOW IT WORKS
  •   IT ID
  • ABOUT
  • CONTACT
  • MY ORDER
    Your current order is empty.
EITCIINSTITUTE
CERTIFIED

Why sessions have been removed from the TensorFlow 2.0 in favour of eager execution?

by Irena Mesarič / Saturday, 16 March 2024 / Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Google tools for Machine Learning, Printing statements in TensorFlow

In TensorFlow 2.0, the concept of sessions has been removed in favor of eager execution, as eager execution allows for immediate evaluation and easier debugging of operations, making the process more intuitive and Pythonic. This change represents a significant shift in how TensorFlow operates and interacts with users.

In TensorFlow 1.x, sessions were used to build a computation graph and then execute it within a session environment. This approach was powerful but sometimes cumbersome, especially for beginners and users coming from a more imperative programming background. With eager execution, operations are executed immediately, without the need for creating a session explicitly.

The removal of sessions simplifies the TensorFlow workflow and aligns it more closely with standard Python programming. Now, users can write and execute TensorFlow code mich more naturally, similar to how they would write regular Python code. This change enhances the user experience and lowers the learning curve for new users.

If you encountered an AttributeError when trying to run some exercise code that relies on sessions in TensorFlow 2.0, it is due to the fact that sessions are no longer supported. To resolve this issue, you need to refactor the code to utilize eager execution. By doing so, you can ensure that your code is compatible with TensorFlow 2.0 and take advantage of the benefits that eager execution offers.

Here is an example to illustrate the difference between using sessions in TensorFlow 1.x and eager execution in TensorFlow 2.0:

TensorFlow 1.x (using sessions):

python
import tensorflow as tf

# Build a graph
a = tf.constant(2)
b = tf.constant(3)
c = tf.add(a, b)

# Create a session and run the graph
with tf.Session() as sess:
    result = sess.run(c)
    print(result)

TensorFlow 2.0 (using eager execution):

python
import tensorflow as tf

# Enable eager execution
tf.config.run_functions_eagerly(True)

# Perform operations without the need for a session
a = tf.constant(2)
b = tf.constant(3)
c = tf.add(a, b)
print(c)

By updating exercise code to leverage eager execution, one can ensure compatibility with TensorFlow 2.0 and benefit from its streamlined workflow.

The removal of sessions in TensorFlow 2.0 in favor of eager execution represents a change that enhances the usability and simplicity of the framework. By embracing eager execution, users can write TensorFlow code more naturally and efficiently, leading to a more seamless machine learning development experience.

Other recent questions and answers regarding EITC/AI/GCML Google Cloud Machine Learning:

  • What types of algorithms for machine learning are there and how does one select them?
  • When a kernel is forked with data and the original is private, can the forked one be public and if so is not a privacy breach?
  • Can NLG model logic be used for purposes other than NLG, such as trading forecasting?
  • What are some more detailed phases of machine learning?
  • Is TensorBoard the most recommended tool for model visualization?
  • When cleaning the data, how can one ensure the data is not biased?
  • How is machine learning helping customers in purchasing services and products?
  • Why is machine learning important?
  • What are the different types of machine learning?
  • Should separate data be used in subsequent steps of training a machine learning model?

View more questions and answers in EITC/AI/GCML Google Cloud Machine Learning

More questions and answers:

  • Field: Artificial Intelligence
  • Programme: EITC/AI/GCML Google Cloud Machine Learning (go to the certification programme)
  • Lesson: Google tools for Machine Learning (go to related lesson)
  • Topic: Printing statements in TensorFlow (go to related topic)
Tagged under: Artificial Intelligence, Eager Execution, Machine Learning, Pythonic, Sessions, TensorFlow 2.0
Home » Artificial Intelligence / EITC/AI/GCML Google Cloud Machine Learning / Google tools for Machine Learning / Printing statements in TensorFlow » Why sessions have been removed from the TensorFlow 2.0 in favour of eager execution?

Certification Center

USER MENU

  • My Account

CERTIFICATE CATEGORY

  • EITC Certification (106)
  • EITCA Certification (9)

What are you looking for?

  • Introduction
  • How it works?
  • EITCA Academies
  • EITCI DSJC Subsidy
  • Full EITC catalogue
  • Your order
  • Featured
  •   IT ID
  • EITCA reviews (Reddit publ.)
  • About
  • Contact
  • Cookie Policy (EU)

EITCA Academy is a part of the European IT Certification framework

The European IT Certification framework has been established in 2008 as a Europe based and vendor independent standard in widely accessible online certification of digital skills and competencies in many areas of professional digital specializations. The EITC framework is governed by the European IT Certification Institute (EITCI), a non-profit certification authority supporting information society growth and bridging the digital skills gap in the EU.

    EITCA Academy Secretary Office

    European IT Certification Institute ASBL
    Brussels, Belgium, European Union

    EITC / EITCA Certification Framework Operator
    Governing European IT Certification Standard
    Access contact form or call +32 25887351

    Follow EITCI on Twitter
    Visit EITCA Academy on Facebook
    Engage with EITCA Academy on LinkedIn
    Check out EITCI and EITCA videos on YouTube

    Funded by the European Union

    Funded by the European Regional Development Fund (ERDF) and the European Social Fund (ESF), governed by the EITCI Institute since 2008

    Information Security Policy | DSRRM and GDPR Policy | Data Protection Policy | Record of Processing Activities | HSE Policy | Anti-Corruption Policy | Modern Slavery Policy

    Automatically translate to your language

    Terms and Conditions | Privacy Policy
    Follow @EITCI
    EITCA Academy

    Your browser doesn't support the HTML5 CANVAS tag.

    • Cloud Computing
    • Web Development
    • Artificial Intelligence
    • Cybersecurity
    • Quantum Information
    • GET SOCIAL
    EITCA Academy


    © 2008-2026  European IT Certification Institute
    Brussels, Belgium, European Union

    TOP
    CHAT WITH SUPPORT
    Do you have any questions?
    We will reply here and by email. Your conversation is tracked with a support token.