Can anyone recommend some good AI deployment frameworks for kubernetes? (better if they have/can be integrated with ClearML)
4 years ago
am reading through the new docs…. how do i go about creating the cron jobs in the UI https://clear.ml/docs/latest/docs/getting_started/mlops/mlops_best_pract...
4 years ago
I have been successfully deploying and training a PyTorch CNN on a clearml-agent managed compute resource and have been testing some the capabilities, includ...
4 years ago
Hi all, is there any way to recover the experiment on demo host? I download all the logs but seems it only contain the console log not the scaler report. Thi...
4 years ago
Typo: Was going crazy for a short amount of time yelling to myself: I just installed clear-agent init!
4 years ago
Any specific reason for modelling experiments as separate tasks rather than a single entity with multiple runs?
4 years ago
Hi! If I have a pipeline on gitlab that uses ClearML for some tests is there some way to setup the credentials so that it doesn’t fail?
4 years ago
Hey I’m running this script and initialise the ClearML task also in this file https://github.com/facebookresearch/fastMRI/blob/master/banding_removal/scripts...
4 years ago
Hi, I got a pop up this morning on the ClearML Dashboard asking to update - Once I clicked yes, all the debug samples from all my experiments have disappeare...
4 years ago
Hi, this seems really simple, but I could not find any clear reference to it elsewhere. So, what is the right way of manually logging a model checkpoint, I d...
4 years ago
None Hello if I try to create a dataset from code, as shown in this example I have two questions: - Closing the data doesnt work: dataset.close() AttributeEr...
4 years ago
Having an issue with fileserver being unable to start upon running docker-compose. I've tried to restart all of the containers as of now. ERROR: for fileserv...
4 years ago
Silly question alert...... Really simple one to start with. If I have the more or less the default settings for a clearml-agent on a compute node, so therefo...
4 years ago
How do people solve this? If i am pip installing a custom package from .tar.gz, how can i ensure that if i run the experiment (initially run from a notebook)...
4 years ago
Hi, I am saving plt chart to ClearML using from torch.utils.tensorboard import SummaryWriter and I got long labels cut out writer.add_figure('my label', figu...
4 years ago
Hi, I opened a new project yesterday and tracked few experiments. Suddenly everything disappeared today and I can't even see the project's folder
4 years ago
Hi i'm trying to run a hyperparameter tuning experiment on a privately hosted server and the trials are forever enqueued (status: pending) as long as the mai...
4 years ago
Does ClearML currently support access to custom s3 endpoints? If so, how can we do this?
4 years ago
I have some problems with the hyperparameters. tf.keras.applications.MobileNet(input_shape=None,alpha=1.0,depth_multiplier=1,include_top=True,weights="imagen...
4 years ago
Is there a reason why all clearml.Task methods regarding requirements (e.g. pip requirements) are class methods? Are requirements not stored in a task?
4 years ago
Btw: The loading indicator for the WebUI is not displayed when you switch between tasks quickly and are in the scalars section. For example I press on the fi...
4 years ago
Is there some is_executed_remotely function in clearml?
4 years ago
Hi, Is there a way to define the path to the config file the python library will use? Because I am running in my machine different projects that need to be l...
4 years ago
Seems clearml-server-k8s has been deprecated in version 1.0.. Did this to install helm install allegroai/clearml-server-chart --namespace=clearml --generate-...
4 years ago
Wondering how the services to access can be setup
4 years ago
What’s the best way to get the list of all projects (while in a notebook)? Hitting the API?
4 years ago
hello, this is the following python code i had saved as main.py. from clearml import Task from clearml.automation.controller import PipelineController task =...
4 years ago
question about using s3 as artifact storage - do we need to setup s3 credentials on every system that is using those artifacts (e.g. in clearml-agent where m...
4 years ago