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
27 Answers
934 Views
0 Votes 27 Answers 934 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
947 Views
0 Votes 1 Answers 947 Views
3 years ago
0 Votes
2 Answers
965 Views
0 Votes 2 Answers 965 Views
3 years ago
0 Votes
9 Answers
919 Views
0 Votes 9 Answers 919 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
9 Answers
996 Views
0 Votes 9 Answers 996 Views
3 years ago
0 Votes
6 Answers
941 Views
0 Votes 6 Answers 941 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
5 Answers
1K Views
0 Votes 5 Answers 1K 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
5 Answers
972 Views
0 Votes 5 Answers 972 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...
4 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K 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...
4 years ago
0 Votes
10 Answers
847 Views
0 Votes 10 Answers 847 Views
3 years ago
0 Votes
1 Answers
926 Views
0 Votes 1 Answers 926 Views
Guys, I forgot my user/password for trains UI (running on local server), what can I do?
3 years ago
0 Votes
0 Answers
931 Views
0 Votes 0 Answers 931 Views
Here goes, https://github.com/allegroai/trains/issues/214
4 years ago
0 Votes
9 Answers
943 Views
0 Votes 9 Answers 943 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
1 Answers
1K Views
0 Votes 1 Answers 1K Views
4 years ago
0 Votes
23 Answers
1K Views
0 Votes 23 Answers 1K 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
6 Answers
944 Views
0 Votes 6 Answers 944 Views
Hi, how can I remove a tag from a task via code in a non-barbaric way?
3 years ago
0 Votes
2 Answers
946 Views
0 Votes 2 Answers 946 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...
4 years ago
0 Votes
7 Answers
992 Views
0 Votes 7 Answers 992 Views
3 years ago
0 Votes
9 Answers
1K Views
0 Votes 9 Answers 1K 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...
4 years ago
0 Votes
3 Answers
986 Views
0 Votes 3 Answers 986 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
8 Answers
975 Views
0 Votes 8 Answers 975 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
1K Views
0 Votes 2 Answers 1K Views
4 years ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
4 years ago
0 Votes
27 Answers
1K Views
0 Votes 27 Answers 1K Views
4 years ago
0 Votes
20 Answers
978 Views
0 Votes 20 Answers 978 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...
4 years ago
0 Hi, I'M Getting

And how can I tell which TRAINS_WORKER_ID I'm using?

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

in the file's name

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
0 Hi, I'M Getting

I see, I'll try that

3 years ago
3 years ago
0 Hi, I'M Getting

The file content by the way contained only the worker's name

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, I'M Getting

It's important to say that this happens when I have more than like 4 workers but when I run the
trains-agent daemon --stopWith less than 4 workers it works well

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, It Seems That Report_Image Puts The Image Both In Plots And Both In Debug Samples, Why Is That?

I think I know what happens TimelyPenguin76
Could it be that trains automatically logs these images to plots?
Because when I removed the report_media/report_image the images were still logged into plots

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

Logger.current_logger().report_media(title=f"visualization images f{output_category}", series=output_path.split('.')[-2].split('/')[-1], iteration=1, local_path=output_path)

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

No, the task it was cloned from was created with Task.create, but there is a Task.init in the file that is run by Task.create

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

I think so. The issue is that I want to report only a sub set of the images (for example I create an image for every sample in the dataset but I want to display on trains only the top 10 with highest score) but when it's magically logged I have no control over this. What can be done?

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
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)

4 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.

Hmm, I've changed my trains-server config location to use a config in a different location, and successfully set up in the second server the trains-agent. But I don't see any new worker created, why is that?

4 years ago
4 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

4 years ago
Show more results compactanswers