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 Following The Instructions For Local Trains Deployment On Linux (

I manually deleted the allegroai/trains:latest image, that didn't help either

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

Mmm maybe, lets see if I get this straight

A static artifact is a one-upload object, a dynamic artifact is an object I can change during the experiment -> this results at the end of an experiment in an object to be saved under a given name regardless if it was dynamic or not?

4 years ago
0 Hi Everyone, I Am Trying To Use Docker Mode For Trains-Agent, But It Seems That It Has Problem With The Use Of Multiple Gpus This Is My Trains-Agent Command: Trains-Agent Daemon --Gpus 0,1 --Queue Dual_Gpu --Docker --Foreground And It Gets The Error: Doc

You should try trains-agent daemon --gpus device=0,1 --queue dual_gpu --docker --foreground and if it doesn't work try quoting trains-agent daemon --gpus '"device=0,1"' --queue dual_gpu --docker --foreground

3 years ago
0 I'M Running

Okay SuccessfulKoala55 , problem solved! Indeed the problem was that there is not .git folder. I updated necessary things to make the checkout action get the actual repo and now it works

It wasn't really clear to me what "standalone" means, maybe it will be better to add to the error

Error: Standalone

(no .git folder found)

script detected 'tasks/hp_optimization.py', but no requirements provided

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

Okay so regarding the version - we are using 1.1.1

The thing with this error it that it happens sometimes, and when it happens it never goes away...
I don't know what causes it, but we have one host where it works okay, then someone else checks out the repo and tried and it fails for this error, while another guy can do the same and it will work for him

2 years ago
0 How Come

Worth mentioning, nothing has changed before we executed this, it worked before and now after the update it breaks

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

Okay so that is a bit complicated

In our setup, the DSes don't really care about agents, the agents are being managed by our MLops team.
So essentially if you imagine it the use case looks like that:
A data scientists wants to execute some CPU heavy task. The MLops team supplied him with a queue name, and the data scientist knows that when he needs something heavy he pushes it there - the DS doesn't know nothing about where it is executed, the execution environment is fully managed by the ML...

3 years ago
0 How Should I Edit The

thx TimelyPenguin76
skimming over this, I can't find how to filter by project name or something similar

2 years ago
0 How Should I Edit The

I only found Project ID, which I'm not sure what this refers to - I have the project name

2 years ago
0 How Should I Edit The

I did, but I only find task name, I'm looking to filter by the project

2 years ago
0 How Should I Edit The

Hahahah thanks for the help SuccessfulKoala55 & CostlyOstrich36

I really do feel it would be a nice to have the ability to easily configure the Cleanup Service to cleanup only specific projects / tasks as its a common use case to have a project dedicated for debugging and alike

2 years ago
0 How Should I Edit The

bottom line I want to edit the cleanup service code to only delete tasks under a specific project - how do I do that?

2 years ago
0 How Should I Edit The

Example code? I didn't see anywhere an example of filtering using project name

2 years ago
0 How Come I Use

Can I force it to output the static image?

3 years ago
0 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 Aws Managed Policies (Or Both) Will Suffice?

Does that mean that teh AWS autoscaler in trains, manages EC2 auto scaling directly without using the AWS built in EC2 auto scaler?

3 years ago
0 We Are Having The Same Issue As

e.g. docker-compose restart

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'm quite confused... The package is not missing, it is in my environment and executing tasks normally ( python my_script.py.... ) works

3 years ago
0 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

I mean if I continue and build on the example in the docs, what will happen if the training task is completed, and then I get it and log to it? Will it be defined as running again?

2 years ago
Show more results compactanswers