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
SmarmySeaurchin8
Moderator
25 Questions, 117 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

100 × Eureka!
0 Votes
6 Answers
581 Views
0 Votes 6 Answers 581 Views
Hey, I'm facing quite a problem. A server was reset but the worker that ran on it still remains in the trains UI. What can be done?
3 years ago
0 Votes
1 Answers
584 Views
0 Votes 1 Answers 584 Views
3 years ago
0 Votes
3 Answers
609 Views
0 Votes 3 Answers 609 Views
Hi! How can I report a bar plot? The first thing that came to mind is using plot histogram but it supports providing the y-axis values, in my case I also hav...
3 years ago
0 Votes
2 Answers
597 Views
0 Votes 2 Answers 597 Views
Hi, the link to the StorageManager docs is broken in the example notebook here: https://github.com/allegroai/trains/blob/master/examples/reporting/Allegro_Tr...
3 years ago
0 Votes
8 Answers
642 Views
0 Votes 8 Answers 642 Views
Hi, is there an equivalent for set_name to change the task's project name? I'm stuck in a loop, I have to run task.init right at the start of the file becaus...
3 years ago
0 Votes
9 Answers
605 Views
0 Votes 9 Answers 605 Views
Hi, is there a way to apply "AND" logic in Task.get_tasks() 's task_filter? Task.get_tasks(project_name="project", task_name="task", task_filter={'tags': [f"...
3 years ago
0 Votes
10 Answers
555 Views
0 Votes 10 Answers 555 Views
3 years ago
0 Votes
7 Answers
653 Views
0 Votes 7 Answers 653 Views
3 years ago
0 Votes
6 Answers
605 Views
0 Votes 6 Answers 605 Views
Hi, how can I remove a tag from a task via code in a non-barbaric way?
3 years ago
0 Votes
9 Answers
633 Views
0 Votes 9 Answers 633 Views
3 years ago
0 Votes
23 Answers
681 Views
0 Votes 23 Answers 681 Views
Hi, it seems that report_image puts the image both in plots and both in debug samples, why is that?
3 years ago
0 Votes
9 Answers
645 Views
0 Votes 9 Answers 645 Views
Hi I'm using latest versions and experiencing a bug. I created a controller in a new project. Just after that I clone a task and give it the new project name...
3 years ago
0 Votes
1 Answers
667 Views
0 Votes 1 Answers 667 Views
3 years ago
0 Votes
0 Answers
626 Views
0 Votes 0 Answers 626 Views
3 years ago
0 Votes
0 Answers
589 Views
0 Votes 0 Answers 589 Views
Here goes, https://github.com/allegroai/trains/issues/214
3 years ago
0 Votes
27 Answers
638 Views
0 Votes 27 Answers 638 Views
3 years ago
0 Votes
2 Answers
698 Views
0 Votes 2 Answers 698 Views
Hi I'm trying to run the pipeline example, but I get this error: (I'm using the latest version of trains, I'm able to use the Task module perfectly) File "en...
3 years ago
0 Votes
5 Answers
666 Views
0 Votes 5 Answers 666 Views
Hi, I'm getting permission errors when trying to read a file using trains-agent, which user does it use to access files? how can I grant it permissions? (wit...
3 years ago
0 Votes
2 Answers
623 Views
0 Votes 2 Answers 623 Views
3 years ago
0 Votes
5 Answers
606 Views
0 Votes 5 Answers 606 Views
Hi, I've asked MagnificentArcticwolf3 but I think it should be asked in here too, Trains-agent reproduces the environment (via docker) of an experiment I wan...
3 years ago
0 Votes
2 Answers
630 Views
0 Votes 2 Answers 630 Views
3 years ago
0 Votes
20 Answers
589 Views
0 Votes 20 Answers 589 Views
Hi, I am new here. I was wondering where can I configure which machines trains (or trains-agent?) use for queueing tasks, and how do I create such queues. Th...
3 years ago
0 Votes
9 Answers
612 Views
0 Votes 9 Answers 612 Views
Hey, how can I point trains to look for it's train.conf file in a different path than ~/trains.conf?
3 years ago
0 Votes
27 Answers
582 Views
0 Votes 27 Answers 582 Views
Hi, I'm getting trains_agent: ERROR: 'NoneType' object has no attribute 'startswith'When doing trains-agent daemon --stopAny idea why would that happen? (ATM...
3 years ago
0 Votes
1 Answers
597 Views
0 Votes 1 Answers 597 Views
Guys, I forgot my user/password for trains UI (running on local server), what can I do?
3 years ago
0 One More Thing, I'M Trying To Take Full Advantage Of The Controller, But I Run Into A Problem In My Use Case. The Controller Is Super Useful For Creating A Dag Of Tasks Which Is A Behaviour Of Interest. But Issues Rise When The Tasks Are Changing. Not On

or do you mean it tries to apply the already ran experiment's uncommitted changes? If that's the case, why did the new experiment fail if the previous experiment ran successfully?

3 years ago
0 Hi, I'M Getting

How can I tell what's the temp folder path?

3 years ago
0 Hi, I'M Getting

Let me check this out

3 years ago
0 Hi, I'M Getting

By the way, what about enabling closing workers from the UI? 🙂

3 years ago
0 Hi, I'M Getting

in /tmp/.trainsagent_5031_f4iwisna.tmp
For example

3 years ago
0 Hi, I'M Getting

I've ran this 8 times:
trains-agent --config-file /opt/trains/trains.conf daemon --detached --cpu-only --queue important_cpu_queue cpu_queueThe version is 0.16.2rc0 (a version Mushik gave me that supports local conda env)

3 years ago
0 Hi, There Is A Bug With Get_Logger Here:

AgitatedDove14 Quite hard for me to try this right now. but I've validated that the relevant code segments are untouched between the versions. (at least current master branch at the ClearML repo)

3 years ago
0 Hey, Trying To Use Trains-Agent To Run An Experiment On My Computer. When Trying To Execute A Job From The Queue On My Agent Im Getting An Error That Numpy Is Not Installed. How Do I Have The Trains-Agent Install My

You can try copying all the contents of requirements.txt to the installed packages tab in the trains dashboard of your experiment (in the UI)

3 years ago
0 Hi, When A Step In A Pipeline Is Aborted, It Is Marked As Gracefully Finished (Painted In Blue) And The Other Steps That Depend On It Continue. I Believe This Is Not The Expected Behavior, I'D Expect To To Be Marked As Failed, So Other Tasks That Depend

I think it should be treated as failed, I am truly not convinced as why aborting a task should be anything beside a user terminating an unwanted behavior of the task (be it bug, running with wrong config, task getting stuck etc..)

3 years ago
0 Hi, When A Step In A Pipeline Is Aborted, It Is Marked As Gracefully Finished (Painted In Blue) And The Other Steps That Depend On It Continue. I Believe This Is Not The Expected Behavior, I'D Expect To To Be Marked As Failed, So Other Tasks That Depend

But maybe only one step in the dag is flawed and I want to continue the rest of the pipeline as usual (despite the branch of the flawed task).
I am not sure what you mean by automatic stopping flows, could you give an example?

3 years ago
0 Hey, Trying To Use Trains-Agent To Run An Experiment On My Computer. When Trying To Execute A Job From The Queue On My Agent Im Getting An Error That Numpy Is Not Installed. How Do I Have The Trains-Agent Install My

otherwise if you empty the installed packages and the requirements.txt is in one of the parents folder of the files that ran trains should detect it automatically

3 years ago
0 Hi, Is There An Equivalent For Set_Name To Change The Task'S Project Name? I'M Stuck In A Loop, I Have To Run Task.Init Right At The Start Of The File Because I Give It

Including this?
auto_connect_frameworks={"matplotlib": False} I think Mushon has told me otherwise a while ago

3 years ago
Show more results compactanswers