Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Profile picture
ExasperatedCrocodile76
Moderator
17 Questions, 46 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

45 × Eureka!
0 Votes
9 Answers
1K Views
0 Votes 9 Answers 1K Views
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
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
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 #...
2 years ago
0 Votes
25 Answers
1K Views
0 Votes 25 Answers 1K Views
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
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
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
0 Votes
7 Answers
1K Views
0 Votes 7 Answers 1K Views
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
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
2 years ago
0 Votes
23 Answers
1K Views
0 Votes 23 Answers 1K Views
one year ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
2 years ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
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
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
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 ...
2 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
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
0 Votes
14 Answers
1K Views
0 Votes 14 Answers 1K Views
2 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
2 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
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
0 Votes
7 Answers
1K Views
0 Votes 7 Answers 1K Views
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
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
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
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
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
0 Hello Everyone, I Have Run My Training Script

Thanks ! That is exactly what I meant 🙂
Have a nice day!

2 years ago
0 Hello Everyone ! My Clearml-Agent Was Working Fine. After Computer Restart I Got This Error : Clearml_Agent: Error: Create.<Locals>.Validator.__Init__() Got An Unexpected Keyword Argument 'Types' . Anyone Who Seen This ?

command i run:
learml-agent daemon --queue default --foreground
response i get:
clearml_agent: ERROR: create.<locals>.Validator.__init__() got an unexpected keyword argument 'types'

2 years ago
0 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 Some Experiments In Docker Mode(--Docker). For Example, When Someone Uses A Different Version Of

Do I have to do some port forwarding / add extra parameters ? Copy clearml.conf inside of the docker ? And all the stuff ? Because it does not seems to be done automatically.

one year ago
0 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 Some Experiments In Docker Mode(--Docker). For Example, When Someone Uses A Different Version Of

I'm at the point where it looks like the clearml-agent is stuck (How i execute the agent: clearml-agent daemon --queue "default" --gpus 0 --foreground --docker. After the last message: " Successfully installed:<dependencies>" nothing really happens. I do attach logs from experiment. And I also do provide the config:

one year ago
0 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 There Any Way That The Agent On My Side (My Computer) Will Straightly Use The Virtual Environment

Hello , I passed following variables to the agent followingly: CLEARML_AGENT_SKIP_PIP_VENV_INSTALL=1 CLEARML_AGENT_SKIP_PYTHON_ENV_INSTALL=1 clearml-agent daemon --queue "default" --foreground and it works perfectly ! Thanks for advise.

2 years ago
0 Hello Everyone . I Am Using

Is the solution simply to change the binary_path in config and restart the worker or just use docker mode ? Cant i just forward this path ?

one year ago
0 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 Some Experiments In Docker Mode(--Docker). For Example, When Someone Uses A Different Version Of

I can see the docker in docker ps but it seems like it never gets to code execution. I do not have an idea where it got from. Seems like somewhere it gets "pip" + "pip".

one year ago
0 Hello Everyone ! I Tried To Reproduce Your Tutorial :

Hi ExasperatedCrab78 ,
am I getting it right that alias = dataset id which can be found in the clearml dashboard?

I also tried the changed url (github) you sent. I can successfully run all the scripts, but I do not see any results from log_dataset_statistics . Maybe I am wrong but in the https://github.com/allegroai/clearml-blogs/blob/master/urbansounds8k/preprocessing.py this function is not even called. Could you help me with that please? I just want to replicate -> clearml dashboa...

2 years ago
0 Hey When I Would Like To Remove Experiment From Project From App.Clear.Ml I Got This Message :

I went into app.clear.ml dashboard -> project -> archived experiments -> and i wanted to delete experiment from there -> that is the output i got

2 years ago
0 Hey When I Would Like To Remove Experiment From Project From App.Clear.Ml I Got This Message :

Server: 3.13.0-832. I just waited for some time and suddenly it was possible to delete it again. Idk what was that issue. No matter what , if it will appear again I can announce you.

2 years ago
0 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 Working (Some Training Script). I Also Have Clearml Agent Installed. In My Config I Do Have Python Binar

Original experiment has 1.10.0 pytorch and 113 cuda ['1.10.0+cu113']. Everything was run on the my local computer. In the virutal env i have these versions (however the system itself has little bit newer).

2 years ago
0 Hi Guys ! I Am Using My Agent In Docker Mode (Everything Prepared For Experiments). I Am Facing Following Challenge. In My Code:

I understand what you mean. I am just describing different case. Lets assume i have my docker image already (all dependencies , data solved). Right now I run my task and it automatically looks for requirements.txt file in the repository. My question is -> is there any way to avoid this (simplest solution for now will be to -> rename requirements.txt to different filename)? I tried the things you sent already. The thing is that in requirements.txt in this repos can not be installed that easily...

one year ago
0 Hello Everyone ! I Tried To Reproduce Your Tutorial :

Oh thanks ! 🙂 I understand now. Please let me know about the other problem.

2 years ago
0 Hello Everyone, I Have Run My Training Script

Hello ! I would like to just skip whole clearML process (e.g. someone do not wants to log everything for this time). The problem I have is that if you do not provide task name and project name <- it should skip clearml process. However, when the task is cloned also project name and task name are whole Task is None before task init. I am asking if there is any way to know we are running a clone before task.init after we call task = Task.current_task()

2 years ago
0 Hi All! I Am Solving The Following Issue -> File1.Py

Probably i figured out everything. For me it is better to work with https and token (for git).

one year ago
0 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 Some Experiments In Docker Mode(--Docker). For Example, When Someone Uses A Different Version Of

RE: When people do not install the server on the same machine, how is it possible for them then ? I cant reach apiserver / clearml-apiserver.
After new installation of clearml-agent and clearml I still do have the same problem.

Example: I have a simple python script and defined default_docker in clearml.config. When i clone this experiment and run it from clearml dashboard my clearml-agent running in docker mode should execute this task in docker. However, it is stucked after dependencies in...

one year ago
0 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 Working (Some Training Script). I Also Have Clearml Agent Installed. In My Config I Do Have Python Binar

for the requirements how do you mean it please? To add requirements.txt into root directory ith the description of packages is enough ? or do you have to put somewhere you want to use this file? Thanks

2 years ago
0 Hello Everyone ! I Tried To Reproduce Your Tutorial :

Anyways no histogram / table is reported in dashboard however in tutorial video @ https://www.youtube.com/watch?v=quSGXvuK1IM it is.

2 years ago
Show more results compactanswers