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
WackyRabbit7
Moderator
73 Questions, 550 Answers
  Active since 10 January 2023
  Last activity 5 months ago

Reputation

0

Badges 1

533 × Eureka!
0 Votes
6 Answers
873 Views
0 Votes 6 Answers 873 Views
Is there an auto scaling solution for GCP users?
3 years ago
0 Votes
8 Answers
860 Views
0 Votes 8 Answers 860 Views
I have a task which I reported a table to - how do I access this table through code? The clearml Task object attribute "artifacts" is empty
2 years ago
0 Votes
6 Answers
932 Views
0 Votes 6 Answers 932 Views
4 years ago
0 Votes
6 Answers
815 Views
0 Votes 6 Answers 815 Views
How come I use logger.report_matplotlib_figure and get as a result a plotly figure??? O_O
3 years ago
0 Votes
4 Answers
993 Views
0 Votes 4 Answers 993 Views
Is there an option to separate the storage from the server? e.g. deploying my trains server on some light machine, and confguring the storage to be AWS S3 or...
4 years ago
0 Votes
4 Answers
914 Views
0 Votes 4 Answers 914 Views
How should I go about making all the artifacts default saving location to a bucket? (destination for automatically saved artifacts, uploaded and registered) ...
3 years ago
0 Votes
5 Answers
959 Views
0 Votes 5 Answers 959 Views
Question about the trains agent and the git credentials When setting a trains agent, it is possible to configure git credentials for it and I'm trying to fig...
4 years ago
0 Votes
9 Answers
993 Views
0 Votes 9 Answers 993 Views
How do I restart trains-agents? How do I stop them?
4 years ago
0 Votes
6 Answers
1K Views
0 Votes 6 Answers 1K Views
Assuming I want to report to the same task from two different processes (running on different machines) - how would I do that? So I have some function foo th...
2 years ago
0 Votes
9 Answers
894 Views
0 Votes 9 Answers 894 Views
Where can I find a more extensive documentation of serving? I'm looking for How to write pre + post processing callbacks for inference and statistics Manual ...
2 years ago
0 Votes
11 Answers
994 Views
0 Votes 11 Answers 994 Views
What is the correct way of setting environment variables for agents which DON'T RUN in docker mode? Do they simply inherit from the environment they were exe...
2 years ago
0 Votes
5 Answers
861 Views
0 Votes 5 Answers 861 Views
I'm running multiple trains-agents on one BFG-9000 machine. Is there a way to stop only one agent? trains-agent daemon --stop is my only option right now, bu...
3 years ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
Why would the Mongo4 migration scripts (for clearml-server 1.2) try to chown 1000:1000?
2 years ago
0 Votes
6 Answers
887 Views
0 Votes 6 Answers 887 Views
Question about artifacts, dynamic vs static and their relationship to experiments Under https://allegro.ai/docs/concepts_arch/concepts_arch/ in the Artifacts...
4 years ago
0 Votes
11 Answers
813 Views
0 Votes 11 Answers 813 Views
Is it possible to view the actual code of a task? As in the script that created the task?
3 years ago
0 Votes
17 Answers
836 Views
0 Votes 17 Answers 836 Views
Moreover, when I go to the queue page, I see the queue is empty, but when I'm on the queued task's page I can see it is enqueued to right right queue... So t...
2 years ago
0 Votes
4 Answers
818 Views
0 Votes 4 Answers 818 Views
4 years ago
0 Votes
0 Answers
929 Views
0 Votes 0 Answers 929 Views
(without having to execute it first on Machine C)
4 years ago
0 Votes
30 Answers
805 Views
0 Votes 30 Answers 805 Views
Following the instructions for local trains deployment on Linux ( https://allegro.ai/docs/deploying_trains/trains_server_linux_mac/ ) seems to download versi...
3 years ago
0 Votes
4 Answers
853 Views
0 Votes 4 Answers 853 Views
Getting a super weird error. Everything works fine on local, when trying to run on remote, getting this error failing to apply the git diff could not apply d...
3 years ago
0 Votes
23 Answers
845 Views
0 Votes 23 Answers 845 Views
What's going on with the documentation site?
3 years ago
0 Votes
0 Answers
842 Views
0 Votes 0 Answers 842 Views
(no menu on top or side)
2 years ago
0 Votes
6 Answers
818 Views
0 Votes 6 Answers 818 Views
Is it possible to ask an agent to use a specified existing python environment instead of building one from scratch?
2 years ago
0 Votes
5 Answers
885 Views
0 Votes 5 Answers 885 Views
How do I get access to uploaded artifacts (not registered)? I see I can find their URL using Task.get_task(...).artifacts and then use StorageManager to down...
3 years ago
0 Votes
4 Answers
800 Views
0 Votes 4 Answers 800 Views
Got something very wrong with my pipeline, the pipeline plot shows it has an experiment in_progress but when going to the experiment itself it is already com...
2 years ago
0 Votes
5 Answers
823 Views
0 Votes 5 Answers 823 Views
Is the https://azuremarketplace.microsoft.com/en-us/marketplace/apps/apps-4-rent.clearml-on-centos8 maintained? I can't see anywhere a log of releases or som...
one year ago
0 Votes
1 Answers
805 Views
0 Votes 1 Answers 805 Views
Is there a robust way (using the SDK and not the UI) to add tags to Task regardless of where it is executed?
2 years ago
0 Votes
14 Answers
887 Views
0 Votes 14 Answers 887 Views
Question about out-of-Python dependencies. For example NLTK requires apt-get install sqlite-devel how can we manage dependencies like that on the train agents?
3 years ago
0 Votes
0 Answers
862 Views
0 Votes 0 Answers 862 Views
(data is a bit different, but the plot is missing hte scale and the colors)
3 years ago
0 Votes
7 Answers
893 Views
0 Votes 7 Answers 893 Views
How would I go downloading a table that I have reported using logger.report_table ? In the UI downloading it as a JSON downloads it a in a weird format which...
3 years ago
Show more results questions
0 Unrelated Problem (Or Is It?) The Clearml'S Built In Cleanup Service Fails

🤔 is the "installed packages" part editable? good to know

Isn't it a bit risky manually changing a package version? what if it won't be compatible with the rest?

2 years ago
0 Assuming I Call

thx! i was looking in the docs and was looking for something like URL/URI now i know why i didnt find it 😅

2 years ago
0 Question About The Auto Scaling Service Under

can you tell me which API call exactly are you using for spinning up? I would like to debug and try to use boto3 myself in order to spin up an instance, so I can understand where the problem is coming from

3 years ago
0 I'M Running

to see if it contains the .git folder

2 years ago
0 Is There A Way To Run A Pipeline (

But does it disable the agent? or will the tasks still wait for the agent to dequeue?

3 years ago
0 Am I Doing Something Wrong Or Is Should I Open An Issue About It (Bug?)? I'M Using The

AgitatedDove14 , I followed the instructions for updating the ClearML server, and the visualization stays the same

3 years ago
0 Is There A Way To Run A Pipeline (

I think a good idea is to add to the error message when the clearml agent fails due to import error, a suggestion ot try out with pip freeze

3 years ago
0 I'M Running

this means that you supply the machine to execute the actions specified

2 years ago
0 I'M Running

so when I'm on the machine through SSH

2 years ago
0 I'M Running

working directory is the same relative to the script, but the absolute path is different as the github action creates a new environment for it and deletes it after

2 years ago
0 I'M Running

anyway, my ultimate goal is to create templates for other tasks... Is that possible in any other way through the CLI?

2 years ago
0 I'M Running

I can't specify the absolute path, it is dynamically created

2 years ago
0 I'M Running

I can try something with $(pwd)

2 years ago
0 I'M Running

and I run these command manually

2 years ago
0 I'M Running

I executed it now with full path, using $(pwd)

2 years ago
0 And An Explicit Question: When Using

if I set it to 24 does it explode?

3 years ago
0 Is There A Way To Run A Pipeline (

I can easily see how this problem can reoccur

3 years ago
0 Unrelated Problem (Or Is It?) The Clearml'S Built In Cleanup Service Fails

to fix it, I excluded this var entirely from the docker-compose

2 years ago
0 Unrelated Problem (Or Is It?) The Clearml'S Built In Cleanup Service Fails

AgitatedDove14 sorry for delayed reply - where do I read the version the Cleanup Service is using?

2 years ago
0 Unrelated Problem (Or Is It?) The Clearml'S Built In Cleanup Service Fails

AgitatedDove14 I still can't get it to work... I couldn't figure out how can I change the clearml version in the runtime of the Cleanup Service as I'm not in control of the agent that executes it

2 years ago
3 years ago
0 Unrelated Problem (Or Is It?) The Clearml'S Built In Cleanup Service Fails

How can I change the version of the Cleanup Service?

2 years ago
0 Unrelated Problem (Or Is It?) The Clearml'S Built In Cleanup Service Fails

I'm saying that because in the task under "INSTALLED PACKAGES" this is what appears

2 years ago
0 Unrelated Problem (Or Is It?) The Clearml'S Built In Cleanup Service Fails

I assume it has nothing to do with my client version

2 years ago
Show more results compactanswers