Hi everyone, quick question regarding MinIO and logging: task = Task.init( project_name=project_name, task_name=task_name, tags=tags, output_uri=" ", ) torch...
3 years ago
Can someone point me whether/how the services-agent the starts with the clearml-server mounts the .ssh directory for accessing a private git repository from ...
4 years ago
Hello everyone! Is it possible to deactivate package analysis for remote execution? I run my code with clearml-agent in docker mode with nvidia:pytorch conta...
4 years ago
What is the current state of deleting debug samples? I use s3/minio as my fileserver. If I delete tasks from the UI, are debug samples deleted on S3? If I ru...
2 years ago
I suddenly get Error 100 : General data error (TransportError(503, 'search_phase_execution_exception')) when trying to access Results --> Scalars. Any idea w...
4 years ago
Hi clearml.-community! How do you ensure that clearml-agent does not fill up the disk with docker images if your users use different images. Is there in opti...
2 years ago
Hello everyone, what is the behavior of clearml-agent when run in docker mode and the container crashes? To me it seems like the clearml-agent will stop. In ...
4 years ago
Fyi: Conda installation of PyTorch is broken again. My old tasks which worked before now fail since they do not find torch. However, I can see in the executi...
4 years ago
Hi, is it intented behavior that models that are saved by a clearml-agent will have the clearml-agents user (so the user of which generated the API credentia...
3 years ago
I am back with another question: Is there a file similar to the .clearml.conf that is project specific (for example in the top-level dir of the project-repos...
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
Any idea why I would be getting the following error when running a task in a clearml-agent? (Python 3.7.9, package_manager.type = conda) ERROR: Could not fin...
4 years ago
Are "delete" calls to the API Server blocking, i.e. does the server answer instantly or only after the delete has been completed? I am asking this because my...
3 years ago
Hi everyone, is there any difference between the service agent that comes with the server and the normal clearml-agent in --services-mode ?
3 years ago
Is it possible to create clearml-agents with different (compute-) abilities? Possible use cases: Experiments that need more than 12GB of VRAM should only run...
4 years ago
Hi everyone, is it possible to show the upload progress of artificats? E.g. I use torch.save to store some very large model, so it hangs forever when it uplo...
4 years ago
Hi everyone, I have a quick question: When I use api.files_server : s3://my_minio_instance:9000 in the clearml.conf without a bucket, I get the errors Failed...
3 years ago
I am trying to plot values that are either 0 or 1 (with tensorboardx.add_scalar). However, it doesn't show correctly. Any idea why? (smoothing is 0)
4 years ago
Quick question: Is it possible to see who aborted a task?
3 years ago
Is there some is_executed_remotely function in clearml?
4 years ago
I just found out that I have a lot of data in /opt/clearml/fileserver for tasks that I already have deleted. No artifacts are displayed in the WebUI. Anyway ...
3 years ago
Hi everyone, is there a way to either aggregate scalars in the web UI or to read scalars from existing tasks? My use case is that I do multiple runs of the s...
2 years ago
With clearml 1.0 it seems that console logs are only shown in the web ui when the task has finished. Is this expected behaviour? With previous versions I was...
4 years ago
Hi everyone, I want to clone a git repo with clearml-agent that has to following url format https://: ACCESS_TOKEN@mygitlab.com /user/repository.git ClearML ...
9 months ago
It seems like ClearML Agent does not support arparse subparsers, right? https://docs.python.org/3/library/argparse.html#argparse.ArgumentParser.add_subparser...
4 years ago
Quick question: Does overriding a task with Task.init() do a proper delete of debug samples at an fileserver or S3 host?
2 years ago
Hi quick question about clearml-data: It seems like it is only using a single thread for compression. Is there a way to use multi-threading? For big datasets...
one year ago
Hi everyone, could it be that ClearML does not track packages correctly, that use import names different from their package name? For example scikit-image is...
2 years ago
Hi everyone, I tried to implement SSL support with NGINX and everything seems to work so far, but I get "The following artifacts could not be deleted". How c...
3 years ago