×
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

LOG IN TO YOUR ACCOUNT

CREATE AN ACCOUNT FORGOT YOUR PASSWORD?

FORGOT YOUR PASSWORD?

AAH, WAIT, I REMEMBER NOW!

CREATE AN ACCOUNT

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

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 Printing statements in TensorFlow:

  • In real life, should we learn or implement Google Cloud tools as a machine learning engineer? What about Azure Cloud Machine Learning or AWS Cloud Machine Learning roles? Are they the same or different from each other?
  • What is the difference between Google Cloud Machine Learning and machine learning itself or a non-vendor platform?
  • What is the difference between tf.Print (capitalized) and tf.print and which function should be currently used for printing in TensorFlow?
  • How does one set limits on the amount of data being passed into tf.Print to avoid generating excessively long log files?
  • What is one common use case for tf.Print in TensorFlow?
  • How can multiple nodes be printed using tf.Print in TensorFlow?
  • What happens if there is a dangling print node in the graph in TensorFlow?
  • What is the purpose of assigning the output of the print call to a variable in TensorFlow?
  • How does TensorFlow's print statement differ from typical print statements in Python?

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 (105)
  • 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 (Medium publ.)
  • About
  • Contact

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.
Eligibility for EITCA Academy 90% EITCI DSJC Subsidy support
90% of EITCA Academy fees subsidized in enrolment

    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 X
    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) in series of projects since 2007, currently governed by the European IT Certification Institute (EITCI) 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
    EITCA Academy
    • EITCA Academy on social media
    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.