Bug reporting: Just updated to trains==0.16.3. Tested with lightgbm==3.0.0 File "/home/nokchan/anaconda3/envs/cba/lib/python3.7/site-packages/trains/binding/...
5 years ago
Are trains able to discover the docker image and docker command that is used for running the current experiment, or do I need to set it up manually by task.s...
5 years ago
In the experiment list page I can add custom columns (like metrics) which is great, but can I save the view to switch between the different views, or at leas...
5 years ago
How should I go about making all the artifacts default saving location to a bucket? (destination for automatically saved artifacts, uploaded and registered) ...
5 years ago
Hey, Is there a way to report progress timeline in a Data Processing type task? Use case: I have a distributed data preparation process for which I use such ...
5 years ago
I have a local version of trains server (installed on a VM in GCP), one problem I run into was that Task.init() would hang, and in the UI I could see "drafts...
5 years ago
Hi, how can I remove a tag from a task via code in a non-barbaric way?
5 years ago
Hi, I have a worker on a machine using gpus 0,1 and another worker on the same machine using gpus 0,1,2,3,4,5. A worker ran a task on gpus 0,1 but for some r...
5 years ago
AFAIU by default trains logs all tensorboard things, can this be turned off?
5 years ago
PyTorch Lightning question about logging a figure. I have the following code: # turn confusion matrix into a figure (Tensor cannot be logged as a scalar) fig...
5 years ago
Question about out-of-Python dependencies. For example NLTK requires apt-get install sqlite-devel how can we manage dependencies like that on the train agents?
5 years ago
Hi, when a step in a pipeline is aborted, it is marked as gracefully finished (painted in blue) and the other steps that depend on it continue. I believe thi...
5 years ago
Hi all, We’re interested in using trains for a new ML project. This project is an early proof of concept so we’d like to start with the open source version. ...
5 years ago
Quick question, can trains log keras loss values and/or metrics automatically? Or would I have to attach a tensorboard callback?
5 years ago
Hey guys, another question about deploying my own trains server. I have a trains-server deployed on my k8s cluster using the trains helm chart (which is awes...
5 years ago
Hi guys, I configured a trains server and a trains agent. I have some code I want to run in the trains agent, however the code is in a local branch on my cli...
5 years ago
Hi everyone, if I want to run a script that has Trains tracking statements in it but just this time I want to disable all logging, how would I go about that?
5 years ago
November poll! Choose our new product name! https://twitter.com/allegroAI/status/1324743895364915200 AND/OR https://docs.google.com/forms/d/1t6QncHM6_PHHNFNl...
5 years ago
Hi, is there a way to apply "AND" logic in Task.get_tasks() 's task_filter? Task.get_tasks(project_name="project", task_name="task", task_filter={'tags': [f"...
5 years ago
Hi, is there an equivalent for set_name to change the task's project name? I'm stuck in a loop, I have to run task.init right at the start of the file becaus...
5 years ago
Thank you for your help so far. I have a question about trains authentication and privacy when deploying on k8s. I want integrate building a trains-server in...
5 years ago
Hi all, I'm trying to deploy trains on Rancher (nice Kubernetes cluster orchestration project) where I'm quite new to Rancher and Kubernetes. I have been abl...
5 years ago
Hi, I have a question regarding trains and git. If I make changes to a file and run it using trains (without pushing the changes to GitHub), what version of ...
5 years ago
Hi, I have a main task that creates additional tasks in subprocesses. I wish to call Task.init from inside each child-task so they would be indifferent to th...
5 years ago
Can I upload files that are created on the remote machine? So far it just get stuck (the files are small 10 kb or so) I have a script that creates a folder w...
5 years ago
Suddenly all experiments we try to log run into an error. I think it's a server thing at our side, because as far as I know nothing changed about Trains (we ...
5 years ago
Hi! I have problem with login to trains. We have created users that until yesterday have no problem to access app, but now it throws Invalid User/Password co...
5 years ago
Is there anywhere you prefer to have feature requests? I understand it might not be core-functionality, but I would LOVE to have a way to view code DIFFs on ...
5 years ago
Hi, I'm getting trains_agent: ERROR: 'NoneType' object has no attribute 'startswith'When doing trains-agent daemon --stopAny idea why would that happen? (ATM...
5 years ago
Hi everyone!
5 years ago