hi all! I have a couple of things that are not completely clear to me, hope you can help me to sort them out. i managed to configure the File Server on GCS b...
5 years ago
Hi again. Is there any way to have trains-agent do a 'docker build' on the Dockerfile in the repository it pulls and then run that image? I know I can specif...
5 years ago
I'm having some trouble setting up my trains-server configuration for trains. After copying the credentials I get the following: (tft) --:~$ trains-init TRAI...
5 years ago
What's going on with the documentation site?
4 years ago
How do I get access to uploaded artifacts (not registered)? I see I can find their URL using Task.get_task(...).artifacts and then use StorageManager to down...
4 years ago
Hey guys. I tried running the pytorch mnist example on a train-agent by running it locally and then resetting the experiment and then enqueue-ing it to the d...
Hello there, I would like to do run cleanup code in case the user aborts one task from the dashboard (the agent is not using the task in docker). What signal...
4 years ago
Hi, plotting a debug sample with a " in the title fails. I think the encoding of the quote is different between the backend and the file server plt.title('th...
4 years ago
Hi, I was running a trains agent (version 1.16.1 ) on a remote machine. I notice that even if in the trains.conf agent.git_user, agent.git_pass was set, the ...
4 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?
4 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...
4 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...
4 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
4 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...
4 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...
4 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)
4 years ago
Hey guys, I am setting up a new machine with two rtx 3070 GPUs where I created two agents (one for each GPU). On both agents, my experiments fail with error:...
4 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...
4 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...
4 years ago
Hi, I'm trying to upload an artifact to my connected Azure Storage Container with from trains import Task task = Task.init(project_name="Test", task_name="te...
4 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...
4 years ago
Is it possible to restrict an agent's cpu usage? like limit the number of cores it can use?
4 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...
4 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...
4 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 ...
4 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 ...
4 years ago
Hi, is it possible to manage the prioritization of waiting jobs within a queue?
4 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...
4 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...
4 years ago