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...
4 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...
4 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...
4 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...
4 years ago
How do I restart trains-agents? How do I stop them?
4 years ago
I have a set up an agent, on a GPU machine, and spun up the daemon in docker moder, and specifically specified a GPU that it will work with. The image is oka...
4 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 ...
4 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...
4 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...
4 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...
4 years ago
Hi guys, I'm new here 🙂 I just launched an AWS EC2 t3.large instance with the AMI from the marketplace according to the docs, and the stage of entering the ...
4 years ago
is there anything I missed in the steps?
4 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...
4 years ago
Hi Trains community - question: I am using http://Fast.ai on pycharm (not jupyter). I was wondering if there's a way to show a loss and accuracy metrics such...
4 years ago
How can I download the plots from 'scalars' and 'plots' in high resolution?
4 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...
4 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...
4 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...
4 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...
4 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...
4 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...
4 years ago
Anyone deployed trains on azure, I am interested to know about your experience.
4 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 ...
4 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...
4 years ago
Is trains adaptable for federated learning scenarios?
4 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...
4 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?
4 years ago
Question about the trains agent and the git credentials When setting a trains agent, it is possible to configure git credentials for it and I'm trying to fig...
4 years ago
cloning: origin Repository cloning failed: 'NoneType' object has no attribute 'startswith' trains_agent: ERROR: Failed cloning repository. 1) Make sure you p...
4 years ago
I am looking for a "hello world" example to do 3 Tasks: data=preprocessData() //local processing model=trainModel(data) // on cloud processing on a custom co...
4 years ago