简体   繁体   中英

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

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

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM