neptune-ai / neptune-tensorboard

Neptune - TensorBoard integration 🧩 Experiment tracking with advanced UI, collaborative features, and user access management.
https://docs.neptune.ai/integrations/tensorboard/
Apache License 2.0
13 stars 6 forks source link

WIP: Adds support for importing keras through tensorflow #33

Closed PiotrJander closed 4 years ago

PiotrJander commented 4 years ago

https://neptune-labs.atlassian.net/browse/NPT-8235

Fixing this is as simple as trying to import keras through tensorflow.

But tests are missing. How would we test this (there don't seem to be many tests in neptune-tensorboard)? Ideally we would have one test where keras is installed as a top level package, and one where it is installed through TF 2.0, but then we'd need two kinds of test-requirements.txt or a more sophisticated testing pipeline.