Question about the file server. Currently, we have a machine with MINIO installed, and all file communication is made using the MINIO SDK client. [MINIO is j...
5 years ago
I need to create some meta-analysis of my experiments. Is there a "dashboard" view for trains that I can create plots for all experiments metadata? If not, i...
5 years ago
Is there an auto scaling solution for GCP users?
5 years ago
Hi! I am trying to download data from GS using StorageManager.get_local_copy() . It works fine when I point it to a file i.e gs://bucket/dataset/image.png bu...
5 years ago
Is there an elegant way to download all images posted in “debug_samples” from the trains server? 🙂
5 years ago
I've been working a bit with trains-agent, having them deployed on different machines listening to queues (docker mode) and it's been working good so far. My...
5 years ago
If I am using the demo servers, do I need to do something special to use report_image ?
5 years ago
What is the suggested way of running trains-agent with SLURM? I was able to do a very naive setup: trains-agent runs a slurm job. It has the disadvantage tha...
5 years ago
Quick question: How can I clone a task and change the cloned task type? I see no Task.set_type() function
5 years ago
Hi, I'm trying to configure an agent. After requesting to paste the credentials, I get: Error: could not verify credentials. What could be the reason for that?
5 years ago
Hi, It seems that the package_manager.pip_version has been removed from the https://allegro.ai/docs/references/trains_ref/#agent , although still being shown...
5 years ago
Where did the TrainsLogger go in PyTorch Lightning (Bolts)? First it was moved from Lightning ( from pytorch_lightning.loggers import TrainsLogger ) to Bolts...
5 years ago
How can I execute jupyter notebooks using trains-agent ? My notebook is committed to a git repo. I'm creating different tasks throughout the notebook and exe...
5 years ago
Where can i read about what is trains-agent? I get confused with what's what, and what is free and what is not
5 years ago
Hi, I have some questions:- When I compare two experiments I want to compare images also, How can I do that? Currently, I am logging images using logger.repo...
5 years ago
Hi, I've asked MagnificentArcticwolf3 but I think it should be asked in here too, Trains-agent reproduces the environment (via docker) of an experiment I wan...
5 years ago
Hi I'm using latest versions and experiencing a bug. I created a controller in a new project. Just after that I clone a task and give it the new project name...
5 years ago
i have tried quoting it like this python -m 'test.scripts.script' but that doesn't work either
5 years ago
so wondering why trains is not picking up the whole path
5 years ago
in UI under execution tab, i see that the trains has script path listed as -m test.scripts
5 years ago
i am seeing issue when running a script with command as python -m test.scripts.script to be scheduled as task in trains. Trains doesn't pickup the last scrip...
5 years ago
Is there any way to send an http request to trains server with a configuration string of some sort to be passed in as a parameter to a Pipeline or Task?
5 years ago
Hey Trains-riders, Is there a way from the web UI, to automate multiple experiments, each with a different configuration? Let me clarify what I mean: Say I h...
5 years ago
Hi, for some reason many packages are not detected in the Installed Packages section. My experiment clone crashes as it fails to import a package that wasn't...
5 years ago
Here goes, https://github.com/allegroai/trains/issues/214
5 years ago
Hi, a couple of questions, If a worker's GPUs are being used (not by trains queue, but because of another program), would the queue take another available wo...
5 years ago
By the way guys, your survey link points to an error. [gravityform id="7" title="false" description="true" ajax="false" tabindex="10"]
5 years ago
Hi, I'm having some trouble with trains-agent in docker mode with a local trains server. I pulled allegroai/trains-agent:latest and spun it up in a container...
5 years ago