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
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
I have a data scientist constantly having the same problem. If she did not push his latest changes to git, she gets the following error Using cached reposito...
5 years ago
Hi, Is there a way to create a draft experiment manually? That is - give it a some file to run, or, better yet, a function to run which will be the start of ...
5 years ago
Hello, does anybody know what triggers a new model to be added in a project (working in Pytorch) ? I'm new to trains and adding it to my script generated a h...
5 years ago
Hi, I failed to update the "STARTED AT" and the "COMPLETED AT" attributes in the "INFO" tab. I tried to do so by the following steps: Get the task_data dicti...
5 years ago
Hi guys, How does allegro keep track of the requirements (I'm running the scripts on a remote train-agent with --docker )? Is there a way to make him automat...
5 years ago
If the trains-server stops responding, would any running experiment keep a cache of to-be-sent-data, fail the experiment, or continue the run, skipping the r...
5 years ago
Guys, I forgot my user/password for trains UI (running on local server), what can I do?
5 years ago
Hi all, Two questions: 1) can you add, after the task has completed, some free text to write down my conclusion of this run? 2) I'm having troubles copying t...
5 years ago
I have installed the trains pycharm plugin, but based on the https://allegro.ai/docs/integrations/integration_pycharm/ I do not really know how to use it to ...
5 years ago
Hello, I have a small question regarding UI: Currently, in the artifacts section of a task, the FILE PATH displayed for artifacts stored in s3 are displayed ...
5 years ago
Hi, I need your help setting up an trains agent running in docker. I have an python script calling wget as system command which runs fine on my dev engine. W...
5 years ago
Hi, I'm using the dockerized version of trains get an understanding of trains. While trying to play with the trains.conf settings in ~/trains.conf I got in a...
5 years ago
Hi, In my setup I run multiple experiments in parallel from the same script. I understand that there can only be one execution Task in a script. I would like...
5 years ago
Also, small question on logging inference data: I ran an experiment to train a model. Now I want to run inference using that model and log inference metrics ...
5 years ago
I am using reuse_last_task_id=True to overwrite an existing task (with same project and task name). But the experiment contains the torch model and therefore...
5 years ago