Hello everyone ! As you can observe in attached snipped, in my code i freeze the env, and the agent install every cached dependency with the same version. Is...
2 years ago
Hello everyone ! My clearml-agent was working fine. After computer restart i got this error : clearml_agent: ERROR: create..Validator.init() got an unexpecte...
2 years ago
Hello everyone ! I would like to https://github.com/allegroai/clearml/blob/master/examples/pipeline/pipeline_from_tasks.py from https://github.com/allegroai/...
2 years ago
Hello everyone ! I would like to form my problem as best as I can. I have my project (for this project I used pip to install every dependency), but i also ha...
2 years ago
Hi guys ! i am using my agent in docker mode (everything prepared for experiments). I am facing following challenge. In my code: import textwrap from clearml...
one year ago
Hello everyone ! I am solving the following case: Let's say we have a train.py which imports augmentations from augmentations.py (f rom augmentations import ...
one year ago
Hello everyone, I have run my training script train.py on my local machine which just works fine and logs everything. In my code it looks like this: # CODE #...
one year ago
Hi everyone ! I am running clearml-agent in docker mode. Right now in my clearml.config I have following section: api { # Notice: 'host' is the api server (d...
one year ago
Hello everyone ! I tried to reproduce your tutorial : https://github.com/thepycoder/urbansounds8k . Basically I got still the same issue: 2022-11-21 09:57:31...
2 years ago
Hello everyone ! When i run my python script localy , everything works fine (it includes tensorflow). When i try to run it remotely from app.clearml I observ...
2 years ago
Hi all! I am solving the following issue -> file1.py task = Task.create( task_name="XXX", project_name='XXX', repo="XXX", branch='master', script= 'XXX/task2...
one year ago
Hello everyone! Today I found the following challenge. I do run locally the clearML server and the clearML agent. I would like to have the option of running ...
one year ago
Hey everyone ! Seems like i can not run my task remotely <- is something missing in the config (agent) , should i specify all the versions? I attach full log
2 years ago
Hey when I would like to remove experiment from project from app.clear.ml I got this message : Clone Of results Invalid dataview query (Trying to create too ...
2 years ago
Hello everyone! I found out that you can add a url to wheel into requirements.txt -> Any idea when i have only this in reuqirements ( http://dl.fbaipublicfil...
2 years ago
Hello everyone . I am using clearml-agent daemon . Lets consider following situation: I have my clearml-agent daemon running -> it has some python_binary var...
one year ago
Hello everyone ! Problem description: I have my virtual environment (conda) in which I do have detectron2 installed. When I run the task locally it is workin...