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"...
4 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...
4 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...
4 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...
4 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 ...
4 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...
4 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...
4 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 ...
4 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...
4 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 ...
4 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...
4 years ago
Since I’m using Trains on K8s with my team I started to dig into the Helm chart that needs tweaks. I just started exploring the chart so I just put a first s...
4 years ago
Hey, I would like my experiment to call at some point a CLI program installed as a dependency of the experiment. Here is what I do: myTask = Task.init(...) i...
4 years ago
Is it possible to make a callback to when a task is grabbed by a trains-agent worker so I could edit its configuration before the creation of the tasks start...
4 years ago
Hi, does anyone have some issues with cloning git repos within alegro? I always got some error massage: fatal: unable to access ' http://X ....' Could not re...
4 years ago
Hey, I'm facing quite a problem. A server was reset but the worker that ran on it still remains in the trains UI. What can be done?
4 years ago
In relation to PyTorch Lightning v1.x, usage in combination with Trains has become much smoother (just pure TensorBoard). However, when checking the "Configu...
4 years ago
I'm looking to utilize the Trains AWS autoscaler functionality, but after going through its docs a few times I still don't get it. Ultimately, my setup is th...
4 years ago
Hey, How Can I Point Trains To Look For It'S Train.Conf File In A Different Path Than ~/Trains.Conf?
Hey, how can I point trains to look for it's train.conf file in a different path than ~/trains.conf?
4 years ago
Hi, I'm configuring an agent. After pasting the credentials, I get: Error: could not verify credentials . I tried entering the user access key and secret key...
4 years ago
Hi guys, Last night one of our agents (0.16.1) was disconnected from our trains-server while executing an experiment. I saw that because the experiment it wa...
4 years ago
Is there a way to set default "customizable column"? I want to removed the "started" column and add "description" as default.
4 years ago
Hi all, is there a clean way to check if a local trains-server is available? I want to set a condition weather to set to offline mode or not. thanks
4 years ago
Hello, I'm logging a plotly figure which contains subplots using Logger.report_plotly() method. However, many of the attributes (color, legend label) of the ...
4 years ago
Quick question on trains-agent and HPO. Say I have 10 experiments enqueued to a trains-agent . I understand the agent runs the experiment one-by-one. But can...
4 years ago
Is there any customization options with respect to the UI of the debug samples tab in results? specifically I am looking for something more similar to tensor...
4 years ago
[Feature Request] - Support more common type for logging Currently Allegro doesn't support datetime ValueError: Only builtin types (str, int, str, float, lis...
4 years ago
Hey, I was wondering how can I do hparams tuning with trains? couldn't find anything on the documentation
4 years ago
When using the marketplace AMI - what is the diference between "Launch from website" vs "Launch through EC2"?
4 years ago