Skip to content
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

[TMVA] Add support for tf.keras in MethodPyKeras #6568

Merged
merged 3 commits into from
Oct 9, 2020

Commits on Oct 7, 2020

  1. Add support for tf.keras, keras version relased with TensorFlow 2

    The support is provided by adding an option in MethodPyKeras, tf.keras=1
    lmoneta committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    1e5945c View commit details
    Browse the repository at this point in the history
  2. Fix the initializations in the SetupModel function.

    Move from Init() to SetUpModel() when class state is filled either with options or with XML file
    
    Add a check if Keras version is >=2.3 If it is not and Tensorflow 2 is used then switch automatically to use Tensorflow.Keras
    lmoneta committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    1496a4f View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2020

  1. Configuration menu
    Copy the full SHA
    c2adf4d View commit details
    Browse the repository at this point in the history