简体   繁体   English

如何配置comet(comet.ml)来跟踪Keras?

[英]How to configure comet (comet.ml) to track Keras?

im trying to setup https://www.comet.ml to log my experiment details 我试图设置https://www.comet.ml来记录我的实验细节

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 尝试在python 2和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 https://github.com/comet-ml/comet-quickstart-guide

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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