Is there a way to access DataFrame logged using report_table from the a task instance instantiated using Task.get_task(id='.....')? I have: t = Task.get_task...
4 years ago
Hey! Is there a way to ignore the spammy output of progressbars like progressbar2 and tqdm in the captured log in Trains?
4 years ago
hi all! I am quite new with Trains and I was wondering if it's possible to fully automate the creation of Tasks in order to have them always run on separate ...
4 years ago
I want to execute a script via trains-agent, but I want to be able to provide the location of a config file by specifying the path before trains-agent execut...
4 years ago
Where is the stdout of trains-agent stored in the service mode (running in background)?
4 years ago
In order to use the AWS Autoscaling, with spot and without spot instances - should we create a custom policy with the associated IAM or will one of the two A...
4 years ago
Hi all, are there any alternatives to storing user credentials in /opt/trains/config/apiserver.conf ? We don't like that the credentials are stored in plaint...
4 years ago
So i've install allegro on Kubernetes using helm, how to i perform trains-init ?
4 years ago
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...
4 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...
4 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...
4 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
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...
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