Comet.ml: Difference between revisions
Jump to navigation
Jump to search
(Created page with "[https://comet.ml Comet] is a "meta machine learning platform" designed to help AI practitioners and teams build reliable machine learning models for real-world applications b...") |
(Add translation tags) |
||
Line 1: | Line 1: | ||
<languages /> | |||
<translate> | |||
[https://comet.ml Comet] is a "meta machine learning platform" designed to help AI practitioners and teams build reliable machine learning models for real-world applications by streamlining the machine learning model lifecycle. By using Comet, users can track, compare, explain and reproduce their machine learning experiments. Comet can also greatly accelerate hyperparameter search, by providing a [https://www.comet.ml/parameter-optimization module for the Bayesian exploration of hyperparameter space]. | [https://comet.ml Comet] is a "meta machine learning platform" designed to help AI practitioners and teams build reliable machine learning models for real-world applications by streamlining the machine learning model lifecycle. By using Comet, users can track, compare, explain and reproduce their machine learning experiments. Comet can also greatly accelerate hyperparameter search, by providing a [https://www.comet.ml/parameter-optimization module for the Bayesian exploration of hyperparameter space]. | ||
Line 21: | Line 24: | ||
* Avoid logging metrics (e.g. loss, accuracy) at a high frequency. This can cause Comet to throttle your experiment, which can make your job duration harder to predict. As a rule of thumb, please log metrics (or request new hyperparameters) at an interval >= 10 minutes. | * Avoid logging metrics (e.g. loss, accuracy) at a high frequency. This can cause Comet to throttle your experiment, which can make your job duration harder to predict. As a rule of thumb, please log metrics (or request new hyperparameters) at an interval >= 10 minutes. | ||
</translate> |
Revision as of 15:12, 12 November 2019
Comet is a "meta machine learning platform" designed to help AI practitioners and teams build reliable machine learning models for real-world applications by streamlining the machine learning model lifecycle. By using Comet, users can track, compare, explain and reproduce their machine learning experiments. Comet can also greatly accelerate hyperparameter search, by providing a module for the Bayesian exploration of hyperparameter space.
Using Comet on Compute Canada clusters
Availability
Since it requires an internet connection, Comet has restricted availability on compute nodes, depending on the cluster:
Cluster | Availability | Note |
---|---|---|
Béluga | Yes ✅ | Comet can be used after loading the httpproxy module: module load httpproxy |
Cedar | Yes ✅ | Internet access is enabled |
Graham | No ❌ | Internet access is disabled on compute nodes |
Best practices
- Avoid logging metrics (e.g. loss, accuracy) at a high frequency. This can cause Comet to throttle your experiment, which can make your job duration harder to predict. As a rule of thumb, please log metrics (or request new hyperparameters) at an interval >= 10 minutes.