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
GiddyTurkey39
Moderator
12 Questions, 42 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

42 × Eureka!
0 Votes
1 Answers
940 Views
0 Votes 1 Answers 940 Views
Hello, I have a question regarding custom modules- How can I successfully import my own modules(from other folders within the same root directory) in the ven...
4 years ago
0 Votes
11 Answers
957 Views
0 Votes 11 Answers 957 Views
When launching a task to trains agent, I'm having trouble getting the imports from other files working correctly. For instance, if my task imports a function...
4 years ago
0 Votes
13 Answers
942 Views
0 Votes 13 Answers 942 Views
How do I access the trains-server web UI on gcp? I followed the steps here: https://allegro.ai/docs/deploying_trains/trains_server_gcp/ and I go to the exter...
4 years ago
0 Votes
7 Answers
874 Views
0 Votes 7 Answers 874 Views
How can I execute jupyter notebooks using trains-agent ? My notebook is committed to a git repo. I'm creating different tasks throughout the notebook and exe...
4 years ago
0 Votes
1 Answers
814 Views
0 Votes 1 Answers 814 Views
Is there any way to send an http request to trains server with a configuration string of some sort to be passed in as a parameter to a Pipeline or Task?
4 years ago
0 Votes
18 Answers
931 Views
0 Votes 18 Answers 931 Views
Hi, I'm configuring an agent. After pasting the credentials, I get: Error: could not verify credentials . I tried entering the user access key and secret key...
3 years ago
0 Votes
9 Answers
1K Views
0 Votes 9 Answers 1K Views
I want to execute a script via trains-agent, but I want to be able to provide the location of a config file by specifying the path before trains-agent execut...
3 years ago
0 Votes
6 Answers
963 Views
0 Votes 6 Answers 963 Views
Can trains-server be deployed on GKE?
4 years ago
0 Votes
22 Answers
928 Views
0 Votes 22 Answers 928 Views
Is there any way to clear the installed packages of a task programmatically? (i.e. using the python sdk and not the UI)
3 years ago
0 Votes
5 Answers
947 Views
0 Votes 5 Answers 947 Views
Hi, I'm trying to get an understanding of how Pipeline Controller works since there's currently no documentation for it as of now and it hasn't been released...
4 years ago
0 Votes
4 Answers
878 Views
0 Votes 4 Answers 878 Views
How do I delete artifacts? Do I have to delete the task in order to delete an artifact? Is there a way to independently delete artifacts without deleting the...
4 years ago
0 Votes
3 Answers
998 Views
0 Votes 3 Answers 998 Views
Trying to make a pipeline through PipelineController but running into this error: ModuleNotFoundError: No module named 'trains.automation.controller'; has th...
4 years ago
0 Is There Any Way To Clear The Installed Packages Of A Task Programmatically? (I.E. Using The Python Sdk And Not The Ui)

It was set to true earlier, I changed it to false to see if there would be any difference but doesn’t seem like it

3 years ago
0 Hi, I'M Configuring An Agent. After Pasting The Credentials, I Get:

Yeah, I’m trying to connect to my own server, and I installed trains-agent on a vm. How could I diagnose the issue?

3 years ago
0 Hi, I'M Configuring An Agent. After Pasting The Credentials, I Get:

i ran ping <IP HERE>:8008 , it returns
ping: <ip-here>:8008: Name or service not known

3 years ago
0 Hi, I'M Configuring An Agent. After Pasting The Credentials, I Get:

Yeah, the command is executed and nothing is returned.

3 years ago
0 Hi, I'M Configuring An Agent. After Pasting The Credentials, I Get:

The VM ip is 153.73.X.Y and the trains-server IP is 34.74.X.Y

3 years ago
0 When Launching A Task To Trains Agent, I'M Having Trouble Getting The Imports From Other Files Working Correctly. For Instance, If My Task Imports A Function From Another File Within The Same Git Repo [

Since I'm running a pipeline, does this mean I have to execute each task of the pipeline individually and manually? Then uncomment task.execute_remotely() from each task and then run via trains-agent ?

4 years ago
0 When Launching A Task To Trains Agent, I'M Having Trouble Getting The Imports From Other Files Working Correctly. For Instance, If My Task Imports A Function From Another File Within The Same Git Repo [

AgitatedDove14 Yes, I understand that, but as I mentioned earlier, I don't want to have to edit installed_packages manually, as others will also be running the same scripts from their own local development machines. This is why I was inquiring about the requirements.txt file, so that this manual editing would not have to be done by each person running the same scripts.

Additionally, since I'm running a pipeline, would I have to execute each task in the pipeline locally(but still...

4 years ago
Show more results compactanswers