How to configure comet (comet.ml) to track Keras?

Viewed 1208

im trying to setup https://www.comet.ml to log my experiment details

getting strange error:

Traceback (most recent call last):
  File "train.py", line 7, in <module>
    from comet_ml import Experiment
ImportError: No module named comet_ml

trying in python 2 and python3

1 Answers
Related