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 5636

Questions 5636

Tags
Sorting
Results
per page
0 Votes
10 Answers
999 Views
0 Votes 10 Answers 999 Views
4 years ago
0 Votes
23 Answers
1K Views
0 Votes 23 Answers 1K Views
Hi, I started a trains-agent (0.15) in services mode (full command: trains-agent daemon --services-mode --detached --queue services --create-queue --docker u...
4 years ago
0 Votes
9 Answers
1K Views
0 Votes 9 Answers 1K Views
4 years ago
0 Votes
3 Answers
982 Views
0 Votes 3 Answers 982 Views
In your https://allegro.ai/blog/allegro-trains-v-0-15-release/ , the link to an example of Hyper-Parameter Optimizer ( https://github.com/allegroai/trains/bl...
4 years ago
0 Votes
6 Answers
990 Views
0 Votes 6 Answers 990 Views
Question about artifacts, dynamic vs static and their relationship to experiments Under https://allegro.ai/docs/concepts_arch/concepts_arch/ in the Artifacts...
4 years ago
0 Votes
2 Answers
478 Views
0 Votes 2 Answers 478 Views
OMG Look who just joined the PyTorch EcoSystem None Yes! it is TRAINS 🚆 🎉 🎈
4 years ago
0 Votes
14 Answers
927 Views
0 Votes 14 Answers 927 Views
i tried to run trains-server in docker but i created 3 subdomains (api/files/trains)....but now i have problem that trains webserver always tries to connect ...
4 years ago
0 Votes
30 Answers
1K Views
0 Votes 30 Answers 1K Views
Hi, Together with ElegantKangaroo44 we found two unexpected behaviors in task.models['output'] : The input model of the task is included in the list The best...
4 years ago
0 Votes
7 Answers
934 Views
0 Votes 7 Answers 934 Views
Hello, I'm trying to run the docker-compose version of the trains-server, but with the command sudo docker-compose -f /opt/trains/docker-compose.yml up --bui...
4 years ago
0 Votes
2 Answers
956 Views
0 Votes 2 Answers 956 Views
Port remapping of the webserver is not supported (documentation only mentions 8080 , 8081 and 8008 need to be available)? On our server we have JupyterHub ru...
4 years ago
0 Votes
1 Answers
924 Views
0 Votes 1 Answers 924 Views
Just a pull request for a small bug fix found in 2 examples: https://github.com/allegroai/trains/pull/148
4 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Hi.. wondering if it is possible to schedule experiments run at a given time e.g. cron schedule or it needs to be triggered from UI/API
4 years ago
0 Votes
13 Answers
904 Views
0 Votes 13 Answers 904 Views
Is the app/ui/backend customizable? Any tutorials for that?
4 years ago
0 Votes
3 Answers
935 Views
0 Votes 3 Answers 935 Views
is there a link which describes the differences in community and enterprise versions
4 years ago
0 Votes
1 Answers
988 Views
0 Votes 1 Answers 988 Views
Hey! Is it possible to create under main task (training), new task of type evaluation? Or any other way to link between them?
4 years ago
0 Votes
7 Answers
909 Views
0 Votes 7 Answers 909 Views
4 years ago
0 Votes
9 Answers
1K Views
0 Votes 9 Answers 1K Views
Hi
Hi https://github.com/allegroai/trains/releases/tag/0.15.1 / https://github.com/allegroai/trains-server/releases/tag/0.15.1 / https://github.com/allegroai/tr...
4 years ago
0 Votes
4 Answers
921 Views
0 Votes 4 Answers 921 Views
4 years ago
0 Votes
9 Answers
893 Views
0 Votes 9 Answers 893 Views
Assuming I have a trains server installed on Machine A, a trains agent installed on Machine B and I'm developing on Machine C. Is it possibe to launch a task...
4 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
hello, is there an api for trains? to list/edit projects and expirements from other code externally>?
4 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Is there a way to upload an ROC curve with its underlying data? The use-case: I have trained several models and I want to compare their different working poi...
4 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
Is there an option to separate the storage from the server? e.g. deploying my trains server on some light machine, and confguring the storage to be AWS S3 or...
4 years ago
0 Votes
6 Answers
1K Views
0 Votes 6 Answers 1K Views
Hi Guys, When reporting debug images, is there any way to use a string instead of an int in iteration ? The use case is for testing/eval experiments. For exa...
4 years ago
0 Votes
5 Answers
870 Views
0 Votes 5 Answers 870 Views
4 years ago
0 Votes
2 Answers
906 Views
0 Votes 2 Answers 906 Views
4 years ago
0 Votes
6 Answers
989 Views
0 Votes 6 Answers 989 Views
I wanted to suggest something. We're creating a lot of projects and it starts getting a bit difficult to navigate through them. I think an option to have a h...
4 years ago
0 Votes
3 Answers
979 Views
0 Votes 3 Answers 979 Views
Hello All, how can I access the restful api. any docs available?
4 years ago
0 Votes
11 Answers
1K Views
0 Votes 11 Answers 1K Views
I want to upgrade to the latest TRAINS 0.15.1, so I followed the instructions under "Upgrading" here: https://allegro.ai/docs/deploying_trains/trains_server_...
4 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Feature request! sub-project in TRAINS. Or is it there already?
4 years ago
0 Votes
1 Answers
962 Views
0 Votes 1 Answers 962 Views
I'm using TRAINS Hyperparameter optimizer, as in this example: https://github.com/danmalowany/trains-examples/blob/master/image/hyperparameter_search.ipynb m...
4 years ago
Show more results questions