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

Questions 6039

Questions 6039

Tags
Sorting
Results
per page
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K Views
5 years ago
0 Votes
15 Answers
2K Views
0 Votes 15 Answers 2K Views
Hi
Hi 👋 I am trying to set up a trains server on GCP. I followed all the steps listed here https://allegro.ai/docs/deploying_trains/trains_server_gcp/ . I also...
5 years ago
0 Votes
11 Answers
2K Views
0 Votes 11 Answers 2K Views
If I am using the demo servers, do I need to do something special to use report_image ?
5 years ago
0 Votes
10 Answers
2K Views
0 Votes 10 Answers 2K Views
5 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
Is there an elegant way to download all images posted in “debug_samples” from the trains server? 🙂
5 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
Hi! I am trying to download data from GS using StorageManager.get_local_copy() . It works fine when I point it to a file i.e gs://bucket/dataset/image.png bu...
5 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
Is there an auto scaling solution for GCP users?
5 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
5 years ago
0 Votes
24 Answers
2K Views
0 Votes 24 Answers 2K Views
5 years ago
0 Votes
17 Answers
2K Views
0 Votes 17 Answers 2K Views
5 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
I have the slack server running at localhost:8080 When trying to access it from a remote computer, I am getting a screen like so: How can i see the dashboard...
5 years ago
0 Votes
12 Answers
2K Views
0 Votes 12 Answers 2K Views
Hi all! Is there a way for trains to recognize the CLI arguments when using https://github.com/google/python-fire instead of argparse?
5 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
5 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
5 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Hi! I just deploy train-server with all components on Kubernetes and after some modifications, it works. However apiserver and files are failing health-check...
5 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
How can I avoid TRAINS Task: overwriting (reusing) the overwriting? I want to launch multiple runs with different hyper parameters on the same machine, yet t...
5 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
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 i...
5 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
I'm running multiple trains-agents on one BFG-9000 machine. Is there a way to stop only one agent? trains-agent daemon --stop is my only option right now, bu...
5 years ago
0 Votes
32 Answers
107K Views
0 Votes 32 Answers 107K Views
I rebooted my server in AWS, and now the instance is acting weird. The web login is gone, and all my projects are not visible. I tried to use the docker-comp...
5 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
5 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K 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...
5 years ago
0 Votes
19 Answers
2K Views
0 Votes 19 Answers 2K Views
Hi there, I'm integrating trains - looks great so far! We wanted to be able to monitor which user created an experiment. I've noticed I can create a user usi...
5 years ago
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K Views
Default installation of trains-server exposes only logging via http not https, in case the server has a public IP, what is the recommended way for increasing...
5 years ago
0 Votes
11 Answers
2K Views
0 Votes 11 Answers 2K 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...
5 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hi! Regarding the artifact.get_local_copy() method, since there is no way to specify the path where the artifact will be downloaded, I wanted to confirm that...
5 years ago
0 Votes
10 Answers
2K Views
0 Votes 10 Answers 2K Views
I am also experiencing a weird behaviour when running a script using the module flag. For example I run: python -m module.script arg1 arg 2And after the scri...
5 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
Hi, i have configured trains to run in kubernetes. The dashboard tries to access the api by using trains.domain:8008. Can I change this by appying a configur...
5 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
Hi all 🙂 is it possible to select two differently named scalar plots in the comparison and put them on the same axis?
5 years ago
0 Votes
20 Answers
2K Views
0 Votes 20 Answers 2K Views
Question about the storage manager. Assuming I have an object that updates frequently and always saved at the same path (e.g. my_bucket/my_data.csv ) and I w...
5 years ago
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K Views
Hello, I am getting ValueError: Could not get access credentials for ' s3://my-bucket ' , check configuration file ~/trains.conf but I did specify them in my...
5 years ago
Show more results questions