Hi! I'm having some problems, could you help me? I have been working with version 0.15.0 of trains-server for a month, but yesterday I stopped accessing logs...
5 years ago
i know i can run this manually in step by step but wondering if this can be automated as scheduled tasks
5 years ago
is there a document which describes what kind of data is stored in elasticsearch, mongodb and redis.. just trying to understand the architecture of trains an...
5 years ago
for the frameworks which are supported in built, trains stores the trained model as output model e.g. for xgboost here https://github.com/allegroai/trains/bl...
5 years ago
Hi guys, any plan to integrate the https://github.com/allegroai/trains-agent/blob/master/examples/dynamic_cloud_cluster.ipynb in trains-server? The code ther...
5 years ago
looking at the docs.. i couldn't find a way to cleanup the experiments... only archive them... i also noticed AgitatedDove14 mentioned the https://github.com...
5 years ago
How to change to port number of trains server?
5 years ago
is it possible to link independent training experiments.. for example.. i have an ensemble of 2 models (A & B) each models are trained under their own traini...
5 years ago
hey guys, I'm experiencing seemingly random problems with the experiments. there are 4 GPUs and 8 workers (2 workers per GPU) , and sometimes experiments ran...
5 years ago
Hi, I'm getting a lot of the following logs trains.frameworks - WARNING - Could not retrieve model location, skipping auto model logging I'm fine with it and...
5 years ago
Hi! Is it possible to make some projects invisible for certain users?
5 years ago
Is it possible to disable vcs-cache? I tried to change value from true to false in the trains.conf, but it does not affect anything. I want to disable it, be...
5 years ago
Hi, I am new here, can I ask question on trains-server also?
5 years ago
Hey, I moved my trains-server to another machine, zipping the /opt/trains/data folder as described in the docs https://allegro.ai/docs/deploying_trains/train...
5 years ago
yo guys, I'm getting Retrying (Retry(total=2, connect=2, read=5, redirect=5, status=None)) after connection broken by 'ConnectTimeoutError(, 'Connection to O...
5 years ago
Hi people, I looked on this line when trains try to save image. https://github.com/allegroai/trains/blob/772fd7f7508d0f5b31428084856b2e5485a013e2/trains/bind...
5 years ago
Hi again, I tried to upgrade Trains package to 15.1 from 13.1 that I was using for a while.. After the upgrade my code stuck when trying to use "Pool" (from ...
5 years ago
Got some errors while running migration script from ES5 to ES7: 2020-08-11 15:21:50,130 Running on: Linux 2020-08-11 15:21:50,227 Docker allocated memory: 16...
5 years ago
Hi, I know there is cleanup service to delete archived experiments periodically. For the next version, can you edit UI so that we can delete experiments that...
5 years ago
Hi, I cannot manage to start trains-server 0.16 with the docker-compose file, the trains-elastic container fails with the following error:
5 years ago
Small error in doc: https://allegro.ai/docs/references/trains_agent_ref/#daemon The detach parameter is shown in the command as --detached while it is listed...
5 years ago
Is there an option to make trains-agent create experiment virtualenvs with --system-site-packages parameter?
5 years ago
Hi - what is the difference between task.mark_stopped() and task.close() ?
5 years ago
Hi. One question regarding instantiation of tasks. The docu states that providing reuse_last_task_id=False in Task.init will always lead to creation of a new...
5 years ago
Hi great trains community! I have a question regarding version control. How trains manages model/dataset version control?
5 years ago
hey there Have the following issue after upgrading server and trains to 0.16: Error 100 : General data error (TransportError(503, 'search_phase_execution_exc...
5 years ago
When viewing keras scalar result for one experiment, the graphs (train and validation) are super-imposed. However when I compare experiment, the graphs are n...
5 years ago
Hi, does 'trains' save scalars somewhere in the machine similar to log file?
5 years ago
hey guys, a question about monthly worker_stats indices each of them takes up about 1gb for us. do we really need to keep all of them? is there any way to fr...
5 years ago