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
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
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
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
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
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
0 Votes
23 Answers
963 Views
0 Votes 23 Answers 963 Views
Inside an EC2 machine, using the trains-server AMI, I'm trying to launch my AWS Auto-Scaler service. When I enqueue the task to the services queue I get the ...
3 years ago
0 Votes
16 Answers
821 Views
0 Votes 16 Answers 821 Views
How should I edit the Cleanup Service so I can filter deleted tasks on project / task name? https://github.com/allegroai/clearml/blob/master/examples/service...
2 years ago
0 Votes
24 Answers
803 Views
0 Votes 24 Answers 803 Views
Question about the file server. Currently, we have a machine with MINIO installed, and all file communication is made using the MINIO SDK client. [MINIO is j...
3 years ago
0 Votes
30 Answers
813 Views
0 Votes 30 Answers 813 Views
Using PipelineController I have task B that depends on task A, e.g. A -> B. Task B reads artifacts that were saved by task A. I did define the dependency bet...
2 years ago
0 Votes
8 Answers
870 Views
0 Votes 8 Answers 870 Views
So I decided to re-create my clearml server, I rm -r /opt/clearml and did all the steps again. Now my UI looks like this, any idea why?
2 years ago
0 Votes
23 Answers
1K Views
0 Votes 23 Answers 1K Views
Trying to enqueue a task through the UI, getting this error - what could it be? (Running on AWS, on the official trains AMI) Error 100 : General data error: ...
3 years ago
0 Votes
0 Answers
818 Views
0 Votes 0 Answers 818 Views
to a private repo obviously
2 years ago
0 Votes
5 Answers
862 Views
0 Votes 5 Answers 862 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
9 Answers
895 Views
0 Votes 9 Answers 895 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
Show more results questions
0 Question About The Storage Manager. Assuming I Have An Object That Updates Frequently And Always Saved At The Same Path (E.G.

Legit, if you have a cached_file (i.e. exists and accessible), you can return it to the caller

I agree, so shouldn't it be if cached_file: return cached_file instead of if not cached_file: return cached_file

3 years ago
0 Question About The Auto Scaling Service Under

I doubled checked the credentials in the configurations, and they have full EC2 access

3 years ago
0 I'M Running

id did not help

2 years ago
0 I'M Running

` name: XXXXXXXXXX

on:
workflow_dispatch

jobs:
test-monthly-predictions:
runs-on: self-hosted
env:
DATA_DIR: ${{ secrets.RUNNER_DATA_DIR }}
GOOGLE_APPLICATION_CREDENTIALS: ${{ secrets.RUNNER_CREDS }}
steps:
# Checkout
- name: Check out repository code
uses: actions/checkout@v2

  # Setup python environment
  - name: Setup up python environment using Poetry
    run: |
      /home/elior/.poetry/bin/poetry env use python3.9
  ...
2 years ago
0 I Have To Say I'M Totally Confused By The Pipeline I Want To Execute The Pipeline On My Local Computer. I Followed

I set it to true, I have more packages installed now, but it still fails.. here is the log TimelyPenguin76

` Successfully installed clearml-1.0.5 cloudpickle-1.6.0 cycler-0.10.0 hyperopt-0.2.5 kiwisolver-1.3.2 matplotlib-3.4.3 networkx-2.6.2 pandas-1.3.2 patsy-0.5.1 plotly-5.3.0 python-dateutil-2.8.2 statsmodels-0.12.2 tenacity-8.0.1 tqdm-4.62.2
Adding venv into cache: /home/elior/.clearml/venvs-builds/3.8
Running task id [24a54a473c234b00a126ec805d74046f]:
[.]$ /home/elior/.clearml/venvs...

3 years ago
0 Question, Lets Say I'M Kaggling, As You Might Know Some "Code Competitions" Are Restricted From Internet Access. In The General Case, You Might Have Some Inference Code Running In An Environment Which Is Isolated From The Net (Data Privacy Issues And Suc

Yep, if communication is both ways, there is no way (that I can think of) it can be solved for offline mode.

But if the calls that are made from the server to the client can be redundant in a specific setup (some functionality will not work, but enough valuable functionality remains) then it is possible in the manual way

4 years ago
0 In Pipelinev2, Is It Possible To Register Artifacts To The Pipeline Task? I See There Is A Private Variable

So if I'm collecting from the middle ones, shouldn't the callback be attached to them?

2 years ago
3 years ago
0 Following The Instructions For Local Trains Deployment On Linux (

a machine that had previous installation, but I deleted the /opt/trains directory beforehand

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

TimelyPenguin76 this fixed it, using the detect_with_pip_freeze as true solves the issue

3 years ago
0 Question About Artifacts, Dynamic Vs Static And Their Relationship To Experiments Under

So dynamic or static are basically the same thing, just in dynamic, I can edit the artifact while running the expriment?

Second, why would it be overwritten if I run a different run of the same experiment? As I saw, each object is stored under a directory with the task ID which is unique per run, so I assume I won't be overriding artifacts which are saved under the same name in different runs (regardless of static or dynamic)

4 years ago
0 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 Something Similar

Cool - so that means the fileserver which comes with the host will stay emtpy? Or is there anything else being stored there?

4 years ago
0 In Pipelinev2, Is It Possible To Register Artifacts To The Pipeline Task? I See There Is A Private Variable

I'm using pipe.start_locally so I imagine I don't have to .wait() right?

2 years ago
0 Question, When Using

Good, so if I'm templating something using clearml-task (without queue, so the task is in draft mode) it will use this task? Even though it never exeucted?

2 years ago
0 What Is Being Stored Exactly In

Yeah the task failed

2 years ago
Show more results compactanswers