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
0 Answers
636 Views
0 Votes 0 Answers 636 Views
3 years ago
0 Votes
9 Answers
626 Views
0 Votes 9 Answers 626 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
23 Answers
696 Views
0 Votes 23 Answers 696 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
1 Answers
679 Views
0 Votes 1 Answers 679 Views
3 years ago
0 Votes
27 Answers
646 Views
0 Votes 27 Answers 646 Views
3 years ago
0 Votes
1 Answers
613 Views
0 Votes 1 Answers 613 Views
Guys, I forgot my user/password for trains UI (running on local server), what can I do?
3 years ago
0 Votes
3 Answers
628 Views
0 Votes 3 Answers 628 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
632 Views
0 Votes 2 Answers 632 Views
3 years ago
0 Votes
9 Answers
619 Views
0 Votes 9 Answers 619 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
6 Answers
615 Views
0 Votes 6 Answers 615 Views
Hi, how can I remove a tag from a task via code in a non-barbaric way?
3 years ago
0 Votes
10 Answers
562 Views
0 Votes 10 Answers 562 Views
3 years ago
0 Votes
7 Answers
662 Views
0 Votes 7 Answers 662 Views
3 years ago
0 Votes
1 Answers
596 Views
0 Votes 1 Answers 596 Views
3 years ago
0 Votes
9 Answers
645 Views
0 Votes 9 Answers 645 Views
3 years ago
0 Votes
0 Answers
602 Views
0 Votes 0 Answers 602 Views
Here goes, https://github.com/allegroai/trains/issues/214
3 years ago
0 Votes
6 Answers
594 Views
0 Votes 6 Answers 594 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
8 Answers
654 Views
0 Votes 8 Answers 654 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
2 Answers
642 Views
0 Votes 2 Answers 642 Views
3 years ago
0 Votes
9 Answers
657 Views
0 Votes 9 Answers 657 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
5 Answers
621 Views
0 Votes 5 Answers 621 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
721 Views
0 Votes 2 Answers 721 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
681 Views
0 Votes 5 Answers 681 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
20 Answers
611 Views
0 Votes 20 Answers 611 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
2 Answers
613 Views
0 Votes 2 Answers 613 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
27 Answers
594 Views
0 Votes 27 Answers 594 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 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

AgitatedDove14
The easiest example for such use case as I describe is for example trying to run the full pipeline but in this experiment I wish to try Batch Norm which I haven't used in the pre executed Task. How can I do that without running this Task by it's own? (Which is quite problematic for me since it runs as a part of a pipeline, therefore using DAG)

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

I will try that.
In addition, I've seen that the file location of a task is saved, does it mean that when rerunning said task (for example clone it and enqueue it) trains will search for the file in the stored location? Or will it clone the repo with the given commit id and use the relative path to find this file?

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

Yeah I understand that. But since overriding parameters of pre executed Tasks is possible, I was wondering if I could change the commit id to the current one as well.
What do you mean by execute remotely? (I didn't really understand this one from the docs)

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

I'm confused. Why would that matter what my local code is when trying to replicate an already ran experiment?
Also, between which files is the git diff performed? (I've seen the line
diff --git a/.../run.py b/.../run.pybut I'm not sure what's a and what's b in this context)

3 years ago
3 years ago
0 Hi, The Following Does Not Seem To Work

I understand how this is problematic. This might require more thinking if you guys wish to support this.

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, How Can I Point Trains To Look For It'S Train.Conf File In A Different Path Than ~/Trains.Conf?

Is there a way to set this via a config file? like the docker compose yml?

3 years ago
0 Hi, It Seems That Report_Image Puts The Image Both In Plots And Both In Debug Samples, Why Is That?

Okay so in the end I've run it locally and it behaved as expected (no auto logging for matplotlib) but for trains agent it didn't work, it auto - logged it anyway. TimelyPenguin76

3 years ago
0 Hi, Is There A Way To Create A Draft Experiment Manually? That Is - Give It A Some File To Run, Or, Better Yet, A Function To Run Which Will Be The Start Of The Experiment? In W&B, For Example It Is Possible To Simply Write (Their

I do this:
` base_task = Task.create(project_name=self.regression_project_name,
task_name=BASE_TASKS[block_type][engine], task_type=task_type)
params = base_task.export_task()

Git repo

params['script']['repository'] = subprocess.check_output(['git', 'config', '--get', 'remote.origin.url'],
cwd=REPO_NAME).decode().strip()

Git commit

params['script']['version_num'] = subprocess.check_output(['git', 'rev-parse',...

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

Since my servers have a shared file system, the init process tells me that the configuration file already exists. Can I tell it to place it in another location? GrumpyPenguin23

3 years ago
0 Hi, I'M Getting

Nope, I've run them with the command I've written here

3 years ago
0 Hi, I'M Getting

Let me check this out

3 years ago
0 Hi, I'M Getting

SuccessfulKoala55 I found the temp files, they contain the supposedly worker id, which seems just fine

3 years ago
Show more results compactanswers