Skip to content

Instantly share code, notes, and snippets.

@probablyangg
Last active August 3, 2020 16:18
Show Gist options
  • Save probablyangg/7c1267fdc6534a150e4abd4a76f0a3fe to your computer and use it in GitHub Desktop.
Save probablyangg/7c1267fdc6534a150e4abd4a76f0a3fe to your computer and use it in GitHub Desktop.
TypeError: 'NoneType' object is not callable | part of dev-notes: https://gist.github.com/nglglhtr/561e987c1168c868e484f35f76f4c0fd
  • Error TypeError: 'NoneType' object is not callable in google colab while fitting a tensorflow model.
  • Resolved by restarting the session and re-running all cells
  • Not sure what causes this.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment