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
5 Answers
883 Views
0 Votes 5 Answers 883 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
11 Answers
860 Views
0 Votes 11 Answers 860 Views
2 years ago
0 Votes
3 Answers
825 Views
0 Votes 3 Answers 825 Views
Sorry for the bombarding with errors.. but here comes another one 🙂 I have torch installed locally (through the transformers library) and when sending it to...
3 years ago
0 Votes
20 Answers
815 Views
0 Votes 20 Answers 815 Views
Question about the storage manager. Assuming I have an object that updates frequently and always saved at the same path (e.g. my_bucket/my_data.csv ) and I w...
3 years ago
0 Votes
5 Answers
847 Views
0 Votes 5 Answers 847 Views
When using PipelineControler is there a way to execute locally? Or must I use a queue?
3 years ago
0 Votes
22 Answers
899 Views
0 Votes 22 Answers 899 Views
Guess we're back to basics How do I report a single scalar with no iteration dimension - something I can put as one of the columns in the experiments table?
3 years ago
0 Votes
5 Answers
860 Views
0 Votes 5 Answers 860 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
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
8 Answers
815 Views
0 Votes 8 Answers 815 Views
I have a data scientist constantly having the same problem. If she did not push his latest changes to git, she gets the following error Using cached reposito...
3 years ago
0 Votes
6 Answers
814 Views
0 Votes 6 Answers 814 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
2 Answers
810 Views
0 Votes 2 Answers 810 Views
Assuming I call Task.enqueue() on a task, is there a way for me to get a link to the task execution? I want to write a message to slack, containing the URL s...
2 years ago
0 Votes
23 Answers
960 Views
0 Votes 23 Answers 960 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
14 Answers
925 Views
0 Votes 14 Answers 925 Views
Am I doing something wrong or is should I open an issue about it (bug?)? I'm using the logger.report_plotly method to visualize a custom plot. Using the exac...
3 years ago
0 Votes
4 Answers
852 Views
0 Votes 4 Answers 852 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
2 Answers
907 Views
0 Votes 2 Answers 907 Views
I have a production inference pipeline which I want to continuously test on my Github to make sure it doesn't break as we move forward. The ideal scenario fo...
2 years ago
0 Votes
9 Answers
797 Views
0 Votes 9 Answers 797 Views
Assuming I have a trains server installed on Machine A, a trains agent installed on Machine B and I'm developing on Machine C. Is it possibe to launch a task...
4 years ago
0 Votes
4 Answers
991 Views
0 Votes 4 Answers 991 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
9 Answers
990 Views
0 Votes 9 Answers 990 Views
How do I restart trains-agents? How do I stop them?
4 years ago
0 Votes
23 Answers
834 Views
0 Votes 23 Answers 834 Views
In order to use the AWS Autoscaling, with spot and without spot instances - should we create a custom policy with the associated IAM or will one of the two A...
3 years ago
0 Votes
9 Answers
890 Views
0 Votes 9 Answers 890 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
6 Answers
931 Views
0 Votes 6 Answers 931 Views
4 years ago
0 Votes
5 Answers
873 Views
0 Votes 5 Answers 873 Views
I must compliment the Python level and documentation level in the source code is superb, I love reading it 😄 Even though I love reading it, is there anywher...
3 years ago
0 Votes
1 Answers
804 Views
0 Votes 1 Answers 804 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
30 Answers
856 Views
0 Votes 30 Answers 856 Views
I'm running clearml-task --script tasks/hp_optimization.py --name "YYYYY" --project "XXXXXXX" and get the following error - why is that? > Error: Standalone ...
2 years ago
0 Votes
9 Answers
834 Views
0 Votes 9 Answers 834 Views
and an explicit question: When using Task.get_tasks how do I filter by specific parameters? For example I have a script that accepts as a command line argume...
3 years ago
0 Votes
8 Answers
899 Views
0 Votes 8 Answers 899 Views
Question about pipelines - so the default for pipeline tasks that are executed remotely is to execute on the services queue. Assuming I want only ONE agent l...
2 years ago
0 Votes
16 Answers
841 Views
0 Votes 16 Answers 841 Views
What is being stored exactly in tmp by the clearml agent? I have a process that cleans the /tmp each day, and I now get messages like clearml_agent: ERROR: C...
2 years ago
0 Votes
30 Answers
804 Views
0 Votes 30 Answers 804 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
816 Views
0 Votes 4 Answers 816 Views
4 years ago
0 Votes
24 Answers
807 Views
0 Votes 24 Answers 807 Views
3 years ago
Show more results questions
0 What Is Being Stored Exactly In

That's awesome, but my problem right now is that I have my own cronjob deleting the contents of /tmp each interval, and it deletes the cfg files... So I understand I must skip deleting them from now on

So how do I solve the problem? Should I just relaunch the agents? Because they can't execute jobs now

2 years ago
2 years ago
0 How Come

awesome this will help a lot with debugging

2 years ago
0 Why Would The Mongo4 Migration Scripts (For Clearml-Server 1.2) Try To Chown 1000:1000?

CostlyOstrich36 so why 1000:1000? My user and group are not that and so do all the otehr files I have under /opt/clearml

2 years ago
3 years ago
0 We Are Having The Same Issue As

I restarted the server and it works now

2 years ago
0 Question About The Auto Scaling Service Under

and when looking at the running task, I still see the credentials

3 years ago
0 I Have A Set Up An Agent, On A Gpu Machine, And Spun Up The Daemon In Docker Moder, And Specifically Specified A Gpu That It Will Work With. The Image Is Okay And I Verified That By Running

Thanks very much

Now something else is failing, but I'm pretty sure its on my side now... So have a good day and see you in the next question 😄

4 years ago
0 How Would I Go Downloading A Table That I Have Reported Using

I jsut think that if I use "report_table" I might as well be able to download it as CSV or something

3 years ago
0 Question About The Auto Scaling Service Under

and also in the extra_vm_bash_script variables, I ahve them under export TRAINS_API_ACCESS_KEY and export TRAINS_API_SECRET_KEY

3 years ago
0 Executed From Within A Pipelinecontroller Task, What Possible Reason Does

I'll check the version tomorrow, about the current_task call, I tried before and after - same result

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

No absolutely not. Yes I do have a GOOGLE_APPLICATION_CREDENTIALS environment variable set, but nowhere do we save anything to GCS. The only usage is in the code which reads from BigQuery

2 years ago
0 I Have A Data Scientist Constantly Having The Same Problem. If She Did Not Push His Latest Changes To Git, She Gets The Following Error

What do you mean by submodules?

She did not push, I told her she does not have to push before executing as trains figures out the diffs.
When she pushes - it works

3 years ago
3 years ago
0 Using

⬆ CostlyOstrich36

2 years ago
0 Got Something Very Wrong With My Pipeline, The Pipeline Plot Shows It Has An Experiment

I don't htink I can, this is private IP and to create a dummy example of a pipeline and execution will take me more time than I can dedicate to this

2 years ago
0 Question About Out-Of-Python Dependencies. For Example Nltk Requires

I believe that is why MetaFlow chose conda as their package manager, because it can take care of these kind of dependencies (even though I hate conda 😄 )

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

but shouldn't the :lastest make it redownload the right image?

3 years ago
0 We Are Having The Same Issue As

For me a simple restart worked

2 years ago
Show more results compactanswers