[Errors when migrating ClearML Server from AWS to GCP] Hi everyone! As we’re using ClearML quite a bit, we’d love to take it with us when migrating our cloud...
2 years ago
Hey, is ClearML able to manage (delete) files outside of the fileserver, for example on some shared drive? I consider scenario where only local file path to ...
2 years ago
I am training a model with Pytorch lightning. I save .ckpt checkpoints. But they never get uploaded to clearml! How do I make clearml detect the checkpoints?...
2 years ago
And one more question: I have different pipeline with different files and I have ModuleNotFoundError, so what requirements.txt file pipeline use? From my git...
2 years ago
How do I view Debug Samples images in the browser when the output_uri is on Google Cloud Storage ( None )? Unlike for AWS storage, I do not get a popup windo...
2 years ago
How do I extract from a completed task, the time it took to run ? Given I have the id of the task.
2 years ago
I uploaded direct access file to clearml dataset system like this one. How can I access the link of the uploaded item. Whenever I try to call get_local_file ...
2 years ago
Hey guys. We have been using ClearML for a while now and it has solved quite some headaches around our operations. We are self hosting it using Docker Swarm ...
2 years ago
Hello! In my code I use a package that writes into wav files, named soundfile (import soundfile as sf). On 'conda list' there are - SoundFile 0.10.3.post1 py...
2 years ago
Hi all, I want to run a task inside a container. This container needs to get docker arguments (volume, to be specific). In addition, this docker image (which...
2 years ago
Experiment Environment Containers Tutorial : I create a docker image with: $ clearml-agent build --id d8162747eb2d4453bba9778851d1e120 --docker --target new_...
2 years ago
Hi all! I want to setup a tool that I can use to analyse clearml logs (Just user and experiment logs, I am not doing any model serving yet). Is there an API ...
2 years ago
hello guys i have a question about local cache right now im trying to store in cache a pretty large dataset (over 20mil files and 3Tb of data) i use a datase...
2 years ago
Is there some example of how to develop a HPO in a pipeline setup where each hyperparameter setup is each own step again? Should we first mimick a base task ...
2 years ago
Hello, all. I’ve recently started experiencing a weird issue with arg parsing where any string values are being repeated as lists of strings when the values ...
2 years ago
hi, i am creating pipeline and have several step/task. example step1 will download data by varibel range-date. is it possible, if the parameter of step1 not ...
2 years ago
hi, is it possible to run pipeline not use form to changing variable, but editor like connect_configuration?
2 years ago
Hello again, Is there any way to get a list of the datasets from ClearML that excludes archived datasets?
2 years ago
hello, TLDR, delete metrics, plots and debug samples from a previous task More details: I have a task i ran that trained a model and then tested it. the test...
2 years ago
Hi guys, I'm running a task with argparse to change the configuration. It's fine when I ran it on local machine, but when I triggered the job on the web UI, ...
2 years ago
while we rerunning using agent all dependencies ill be installed once it get completed will the dependencies will be removed or not
2 years ago
Can you please tell me how to make the agent use the docker env by default? instead of creating venv it already has all the necessary environment and librari...
2 years ago
Hello all. I am having trouble saving PyTorch models as ClearML artifacts when I run my training script from fir.Fire calling.” if __name__ == '__main__': fi...
2 years ago
Hello, Question about the time of upload: Is it faster or exactly the same to upload 1 file of 1Gb compared to 10 files of 100 Mb?
2 years ago
Hi! Using a self-hosted deployment over k8s (EKS). Seeing old succeeded pods not being deleted indefinitely. Anyone knows why that might be? It wasn’t always...
2 years ago
How to tell clearML server to use cloud storage (Azure)? I have a clearML server deployed with docker-compose. As per instruction here , I added the file /op...
2 years ago
Hi, thanks for making this awesome MLOps solution! I'm trying to get GCP Autoscaler to work in docker mode but the vm instances keep crashing after running t...
2 years ago