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
Is there some is_executed_remotely function in clearml?
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 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
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
Does ClearML currently support access to custom s3 endpoints? If so, how can we do this?
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
Hi, I am running a file like this python train_it.py Task.force_requirements_env_freeze(False) task = Task.init(project_name='playground', task_name='base') ...
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 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
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
hello, i have 4 python environments on one server with 4 tensorflow versions. In each python environment the correct cuda version is used. But when I use all...
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
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
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
When I setup my local virtual environment I use a combination of Conda and pip. I use conda as my environment manager, and then use pip for packages that are...
4 years ago
Hey, I'm trying to run the AWS autoscaler and pull a docker image from ECR (private repository). I'm currently getting the error: docker: Error response from...
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
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
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! 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
Any specific reason for modelling experiments as separate tasks rather than a single entity with multiple runs?
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
I have got experiments training PyTorch networks on a remote compute run by clearml-agent . I am using the Ignite framework to train image classification net...
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
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
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
Can anyone recommend some good AI deployment frameworks for kubernetes? (better if they have/can be integrated with ClearML)
4 years ago