Skip to content

Fix Python 3 compatibility and codestyle

Lukas Geiger requested to merge codestyle into master

Main changes:

  • Python 3 compatibility
  • Fix missing imports
  • Explicit imports of keras layers to make it easier for beginners to understand where functions come from
  • Make code PEP8 compliant ;)

Merge request reports