From 4f2da61c62e645e5f4614b9456cf31e37772306f Mon Sep 17 00:00:00 2001 From: pollfly <75068813+pollfly@users.noreply.github.com> Date: Sun, 18 Jun 2023 09:48:36 +0300 Subject: [PATCH] Update multiple model FAQ (#598) --- docs/faq.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/faq.md b/docs/faq.md index 39e4be66..e95e7bc1 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -187,10 +187,14 @@ Task.current_task().set_model_config("a very long text with the configuration fi **I am training multiple models at the same time, but I only see one of them. What happened?** -Currently, in the experiment info panel, ClearML shows only the last associated model. In the ClearML Web UI, -on the Projects page, the MODELS tab shows all models. +This issue was resolved in ClearML Server v1.0.0. -This will be improved in a future version. +See server upgrade instructions for any of the available formats: +* [AWS EC2 AMIs](deploying_clearml/upgrade_server_aws_ec2_ami.md) +* [Google Cloud Platform](deploying_clearml/upgrade_server_gcp.md) +* [Linux or MacOS](deploying_clearml/upgrade_server_linux_mac.md) +* [Windows 10](deploying_clearml/upgrade_server_win.md) +* [Kubernetes](deploying_clearml/upgrade_server_kubernetes_helm.md)