Skip to content

Commit

Permalink
removed integrate_with_keras (#37)
Browse files Browse the repository at this point in the history
* removed integrate_with_keras

* formatting
  • Loading branch information
jakubczakon committed Sep 7, 2020
1 parent 725bedc commit aef5fc2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 121 deletions.
6 changes: 4 additions & 2 deletions neptune_tensorboard/__init__.py
Expand Up @@ -22,5 +22,7 @@ def integrate_with_tensorflow(prefix=False):


def integrate_with_keras():
from neptune_tensorboard.integration.keras_integration import integrate_with_keras as integration
integration(neptune.get_experiment)
msg = """integrate_with_keras() was removed in neptune-tensorboard > 0.3.14.
You should use NeptuneMonitor() callback from neptunecontrib.monitoring.keras instead.
Read about it here https://docs.neptune.ai/integrations/keras.html"""
raise Exception(msg)
119 changes: 0 additions & 119 deletions neptune_tensorboard/integration/keras_integration.py

This file was deleted.

0 comments on commit aef5fc2

Please sign in to comment.