Hi there, There seems to be an issue in the web ui -> viewing plots in "view in experiment table" doesn't respect the "scalars to display" one sets when view...
4 years ago
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
Hey, I hope this is the right place to ask. We're a small Data Science team that wants to log everything about our ML models. Looking around on the internet,...
4 years ago
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
OMG Look who just joined the PyTorch EcoSystem None Yes! it is TRAINS 🚆 🎉 🎈
4 years ago
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
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
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
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
Just a pull request for a small bug fix found in 2 examples: https://github.com/allegroai/trains/pull/148
4 years ago
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
Is the app/ui/backend customizable? Any tutorials for that?
4 years ago
is there a link which describes the differences in community and enterprise versions
4 years ago
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
hi, i'm having trouble using Task.clone and Task.create- i'm running two experiments one after the other, and i would like to report the second experiment to...
4 years ago
Is there any API reference? Somewhere in the docs I can see the signature of methods/classes and see what arguments they accept and description? Before I'm r...
4 years ago
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
hello, is there an api for trains? to list/edit projects and expirements from other code externally>?
4 years ago
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
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
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
Question about using agents. When initializing an agent, credentials are required. As I see it, credentials is something personal, which belongs to data scie...
4 years ago
Is there an example (preferably with PyTorch) that includes a validation split with TensorBoard(X)? The examples only do Train / Test splits, which first do ...
4 years ago
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
Hello All, how can I access the restful api. any docs available?
4 years ago
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
Feature request! sub-project in TRAINS. Or is it there already?
4 years ago
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