Is there any way to clear the installed packages of a task programmatically? (i.e. using the python sdk and not the UI)
4 years ago
hi all, there is any way to set the flags used for git clone when executed inside a Docker container (or wherever, i guess 🙂 ). I see https://github.com/all...
4 years ago
Hey, I deployed Trains Server on AWS by following the documentation, but I couldn't create APP credentials, what is the reason?
4 years ago
Hey, I'm looking to secure my trains server which is running on an Azure VM, I see that it is recommended to use https. Are there any good articles that are ...
4 years ago
Inside an EC2 machine, using the trains-server AMI, I'm trying to launch my AWS Auto-Scaler service. When I enqueue the task to the services queue I get the ...
5 years ago
Hi, are there any examples to elaborate on how Allegro Trains can help with ML Pipeline Deployment, Monitoring, and Triggers for continuous learning in MLOps...
5 years ago
Trying to setup a trains-agent worker on a remote machine; when I run trains-init and follow the steps to give it credentials for our trains server I get thi...
5 years ago
hello, i have some problems with allegro. I run a programm and then I saw it on the trains server. But now I change something with the code and I pushed it a...
5 years ago
Hello, ~3 months ago I created a trains-server in a machine with 30gb of disk space. Today I wasn't able to connect to trains-server, so I checked the server...
5 years ago
Hi, I have a CSV file that I want to upload to my Trains experiment. Is there any functionality in trains that automatically converts the CSV and converts it...
5 years ago
Hi, is it possible to manage the prioritization of waiting jobs within a queue?
5 years ago
Following the instructions for local trains deployment on Linux ( https://allegro.ai/docs/deploying_trains/trains_server_linux_mac/ ) seems to download versi...
5 years ago
Hi Guys, I had several times now the following errors poping in agents while executing a task: trains_agent: ERROR: Failed applying git diff: I attached the ...
5 years ago
Hello, I downloaded the docker-compose for windows but when starting it up I'm getting the following error for mongo: 2020-11-29T18:37:45.794+0000 I CONTROL ...
5 years ago
Hi, can we search tasks using wildcard in the webapp. Say I have task names exp_test1_i1 , exp_test2_i1 and I'd like to search for "exp" and "i1". Is that po...
5 years ago
Hello! Is it possible to change default ip ports for local deployment? Ports 8008 and 8080 is already taken on my server, so i tried to edit docker-compose f...
5 years ago
Is it possible to restrict an agent's cpu usage? like limit the number of cores it can use?
5 years ago
Hi all, I'm trying to create a task in a Jupyter notebook, and I always get this warning: trains.Repository Detection - WARNING - Can't get branch informatio...
5 years ago
Hi, I'm trying to set up my trains-server and I'm getting the following: (base) emilio@unicorn:~$ docker-compose -f /opt/trains/docker-compose.yml up -d ERRO...
5 years ago
hi, i went through this Slack's history and the problem already popped up a couple of times but doesn't look like solved. On my machine i currently have 4 GP...
5 years ago
Is there a way to set access levels per-user on the trains web app? (I'm basically looking to add a READONLY user role)
5 years ago
hi all, I have a broad question on how a trains-agent deals with the environment, mainly the CUDA libraries. On my local machine i use conda and i managed to...
5 years ago
Hi all, There is a way to get from a task-object the experiment source code? In other words, assume I have access to a specific trains server and want to sto...
5 years ago
Question about the auto scaling service Under extra_trains_conf when I supply a configuration file path, should it be a path on the trains server running the...
5 years ago
Are there python API docs for trains hosted anywhere? I've found helpful info in the class method definitions that I didn't find in the main docs/examples
5 years ago
Hi all, how do I add additional data to an experiment after the program is done? e.g. I want to add some more charts to the results tab for an experiment tha...
5 years ago
Hi everyone, I just discovered Trains. I saw that basically to use trains we need : - trains 😁 - a storage (s3, etc...) - a trains server that is your serve...
5 years ago
Is there a way to report a simple series with X and Y coords, X and Y being two lists of same length?
5 years ago