Skip to content

Update to TensorFlow 2.1

Peter Fackeldey requested to merge styling into master

Hi,

I've updated the examples (except of fitting and gan_mnist) to TensorFlow 2.1. Additionally:

  • A lot of unnecessary boilerplate code is removed
  • Outputs are not anymore stored in HTCondor subdirectories; added model namespace to outputs
  • Improved readability of performance comparisons using tabulate
  • Formatted with black code styling

I've tested all examples without any problems.

To be checked: Globally shared datasets & model cache

Merge request reports