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
How can I avoid TRAINS Task: overwriting (reusing) the overwriting? I want to launch multiple runs with different hyper parameters on the same machine, yet t...
5 years ago
hey, trying to use trains-agent to run an experiment on my computer. when trying to execute a job from the queue on my agent im getting an error that numpy i...
5 years ago
I'm running multiple trains-agents on one BFG-9000 machine. Is there a way to stop only one agent? trains-agent daemon --stop is my only option right now, bu...
5 years ago
Is there any status update on what's going on Train's integration with PyTorch Lightning? What needs to be done before it's usable again? This GitHub issue s...
5 years ago
Hi, the link to the StorageManager docs is broken in the example notebook here: https://github.com/allegroai/trains/blob/master/examples/reporting/Allegro_Tr...
5 years ago
Hi there, I'm integrating trains - looks great so far! We wanted to be able to monitor which user created an experiment. I've noticed I can create a user usi...
5 years ago
Default installation of trains-server exposes only logging via http not https, in case the server has a public IP, what is the recommended way for increasing...
5 years ago
When launching a task to trains agent, I'm having trouble getting the imports from other files working correctly. For instance, if my task imports a function...
5 years ago
Hi! Regarding the artifact.get_local_copy() method, since there is no way to specify the path where the artifact will be downloaded, I wanted to confirm that...
5 years ago
I am also experiencing a weird behaviour when running a script using the module flag. For example I run: python -m module.script arg1 arg 2And after the scri...
5 years ago
Hi, i have configured trains to run in kubernetes. The dashboard tries to access the api by using trains.domain:8008. Can I change this by appying a configur...
5 years ago
Question about the storage manager. Assuming I have an object that updates frequently and always saved at the same path (e.g. my_bucket/my_data.csv ) and I w...
5 years ago
Hello, I am getting ValueError: Could not get access credentials for ' s3://my-bucket ' , check configuration file ~/trains.conf but I did specify them in my...
5 years ago
Getting a super weird error. Everything works fine on local, when trying to run on remote, getting this error failing to apply the git diff could not apply d...
5 years ago
Sorry for the bombarding with errors.. but here comes another one 🙂 I have torch installed locally (through the transformers library) and when sending it to...
5 years ago
Hello guys, I read about Trains some days ago and think it is exectly what I was looking for, so I ran the docker image and started thinking of what I would ...
5 years ago
Hi guys, Firstly, thank you for your efforts and your support. I'm trying to use allegro trains to handle the experiments of a git repo. The repo is structur...
5 years ago
Hi guys, I couldn't find any information whether you guys are looking for contributors (programming-wise not just bug reports) Thanks 🙂
5 years ago
Hi! How can I report a bar plot? The first thing that came to mind is using plot histogram but it supports providing the y-axis values, in my case I also hav...
5 years ago
Hi, I run the trains server in an docker container and started making use of tasks ... My tests are showed on the Projects dashboard which is realy cool. Wha...
5 years ago
Hi, in this https://allegro.ai/blog/accelerate-hyperparameter-optimization-with-pytorchs-ecosystem-tools/ you mention PBT as a possible hyperparameter tuning...
5 years ago
Hi, Another question if you may. Is it possible to edit a logged task? for instance - remove all the metrics from some step onward?
5 years ago
Hi, I have a pre-processing steps not been implemented in Python, but being a shell script calling wget to synchronize data and creating intermediate SQLite ...
5 years ago
Notice Pytorch Lightning users: PL issue 249 is in fact a non issue starting from Lightning 1.0. No need for any special loggers for the time being, just the...
5 years ago
Hi everyone, I tried to launch experiments using conda with different cuda versions, I tried to comment this fields from the trains.conf file on the remove m...
5 years ago
Hi, it seems that report_image puts the image both in plots and both in debug samples, why is that?
5 years ago
Question about the configuration format - I'd like to parse it within my Python code so I'll be able to access things like google.storage.containers programa...
5 years ago
Hi everyone, Looking for ML management tools I stumbled upon Trains, I must say it has been awesome so far. I just have a (probably stupid) question: I'm try...
5 years ago