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
in UI under execution tab, i see that the trains has script path listed as -m test.scripts
5 years ago
so wondering why trains is not picking up the whole path
5 years ago
i am using 0.16.1 version of server and 0.16.2 version of agent
5 years ago
i have tried quoting it like this python -m 'test.scripts.script' but that doesn't work either
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
Hey guys, it seems there is something really off about how trains-agent reproduces requirements. It seems it just completely ignored my list of requirements ...
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 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
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 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
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
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
Quick question: How can I clone a task and change the cloned task type? I see no Task.set_type() function
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
If I am using the demo servers, do I need to do something special to use report_image ?
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
Is there an elegant way to download all images posted in “debug_samples” from the trains server? 🙂
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
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
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 wanted to ask about html reporting, if I want to do a more fancy visualization (like overlay of two images depending on mouse hovering), I have to inject t...
5 years ago
I have the slack server running at localhost:8080 When trying to access it from a remote computer, I am getting a screen like so: How can i see the dashboard...
5 years ago
Hi all! Is there a way for trains to recognize the CLI arguments when using https://github.com/google/python-fire instead of argparse?
5 years ago
hey ya'll just joined
5 years ago
who else besides christine got this error?
5 years ago
from main.py
5 years ago
Is there a way to specify a tag with the Task.init ? I don't seem to find it among the arguments. Simply task.add_tags - Lovely!
5 years ago