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

1.3k Views Asked by At

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

There are 1 best solutions below

0
Nimrod007 On BEST ANSWER

it seems like comet isn't installed on your machine.

you can use :

pip3 install comet_ml
pip install comet_ml

take a look at the example projects at:

https://github.com/comet-ml/comet-quickstart-guide