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_...
5 years ago
Feature request! sub-project in TRAINS. Or is it there already?
5 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...
5 years ago
Hi, recently came across trains and very impressed by the work so far. But a problem has been bugging me, this is part of the trains log files I thought migh...
5 years ago
Question about the usage of trains agents. In our company we have 3 HPC servers, two of them have multiple GPUs, one is CPU only. I saw in the docs the multi...
5 years ago
Question about the https://github.com/allegroai/trains/blob/master/examples/services/jupyter-service/execute_jupyter_notebook_server.py example. Is there a w...
5 years ago
The links to PyTorch Lightning are broken in the https://allegro.ai/docs/integrations/integration_pytorch_lightening/ . Both "Use the PyTorch Lightning https...
5 years ago
How do I restart trains-agents? How do I stop them?
5 years ago
Is there a way to get the most updated Script class? Use case - I have a piece of code that is common in a few API services which may hold different version ...
5 years ago
Hi, it seems like we have a bug in metrics reporting while comparing between several experiments (under scalars). the Loss report includes only one experimen...
5 years ago
Hi, Can we upload our project repository to trains server? If we can, how should we do? I know when we write "Task.init()", it uploads our experiment into se...
5 years ago
Gals/Guys/ :robot_face: If you have ideas on improving the Slack Monitoring service, please add them on the dedicated Github Issue : https://github.com/alleg...
5 years ago
Hey! I was wondering is it possible to change the ports of the Trains server? We hope to run a trains server locally on our own server, but we already use so...
5 years ago
is there anything I missed in the steps?
5 years ago
Is there a way to get tasks by hyperparameters values? when I use the search in the UI I get the relevant task, but when I try the following I get an empty l...
5 years ago
I'll implement LearnerTensorboardWriter and see the results
5 years ago
(found it was mentioned in an issue on github)
5 years ago
How can I download the plots from 'scalars' and 'plots' in high resolution?
5 years ago
Hi Trains team: question - I am trying to implement unbiasing to my datasets. I was wondering if Trains has anything in its toolset that already implements s...
5 years ago
Hi, first time installing trains-server. But I’m getting the following error when loading the web page Please enable JavaScript to continue using this applic...
5 years ago
Hi, when it first asks me to enter my full name, it fails to perform the request (timed out). Checked server side and receiving this error [urllib3.connectio...
5 years ago
Hi, I am trying to execeute my code on nvidia/cuda docker, but it keeps running, it is not failed or not aborted. The last log message is "Successfully insta...
5 years ago
Hi, I have a train server set up on some IP and accessing the web interface works great. But how do I configure trains (from pip install trains ) to use my s...
5 years ago
Hi there Trains riders, Is there a built-in way to send notifications upon completed/failed experiment? I have seen the Slack_alerts code sample, where the m...
5 years ago
Anyone deployed trains on azure, I am interested to know about your experience.
5 years ago
Having issues running trains-server on Win10. trains-elastic exited with code 137 trains-mongo exited with code 100 trains-apiserver exited with code 1 Some ...
5 years ago
Is it possible to select a bunch of experiment and archive them all at once ? I tried with the checkbox but there is no option to archive them all. I do it o...
5 years ago
Is trains adaptable for federated learning scenarios?
5 years ago
Anyone using trains with Snakemake? I am running my workflow with Snakemake in a docker container, and it can output to the trains server of course, but exec...
5 years ago
pytorch-lightning-bols.loggers.TrainsLogger creates new ids even if reuse_last_task_id=True is set. How can I force it to reuse last ids?
5 years ago