getting the following error """Retrying (Retry(total=232, connect=240, read=239, redirect=240, status=233)) after connection broken by 'ReadTimeoutError("HTT...
5 years ago
Hi there, I'm training a pytorch model and save it every epoch. It seems like the model wights are overridden and I can't choose the best model after the exp...
5 years ago
Hi, I'm trying to install a new server, this is a fresh ubuntu 18.04 install. when i try to run the docker composer up command i get error messages like this...
5 years ago
Can anyone point me to web ui source code out, I’m wondering how can I customizing web app ui a little bit
5 years ago
Hi to everyone.
5 years ago
I want to retrieve the logged metrics to be able to save the best model from my training. This is my step: trains_logger = Task(...) args = parse_commandline...
5 years ago
💃 Just arrived!
5 years ago
Trains v0.14.2 is out ( https://github.com/allegroai/trains/releases/tag/0.14.2 ) Highlights: https://github.com/allegroai/trains/blob/master/trains/storage/...
5 years ago
hey guys, I'm trying to run an experiment using trains-agent. I have a custom Docker image with nightly versions of pytorch and our own library installed fro...
5 years ago
Hey, I am trying to use report_table and getting error on web client core.js.pre-build-optimizer.js:6014 ERROR SyntaxError: Unexpected token N in JSON at pos...
5 years ago
Hi Maya, can you please copy the response for "events.get_task_plots" request from the network tab in the browser developer tools (F12)?
5 years ago
Just a heads up that https://allegro.ai/docs/deploying_trains/trains_server_gcp/#released-versions doesn't look right, especially at the bottom. It is also p...
5 years ago
Hey! I would like to connect to same task from multiple consumer and upload debug image. Is it possibile? It seems like i can connect to the task. get the lo...
5 years ago
Hi there, I've encountered a problematic behavior in python. When defining an argument a default value of None connecting to trains server then copy the task...
5 years ago
hey, thanks for the great logging tool 🙂 i created a matplotlib figure and for some reason im getting the following warning: axes embedded in axes: somethin...
5 years ago
having trouble comparing between 2 experiments.. any ideas why? the files are not too big (have about 5 plots and a small file as an artifact)
5 years ago
Hi, another question. I tried to not auto_connect_arg_parser but in that case I need to do the Task.init before I'm parsing the arguments. I don't want that ...
5 years ago
Hi, can you help me pls, I got: Environment setup completed successfully Starting Task Execution: Traceback (most recent call last): File "agro_api.py", line...
5 years ago
but i have this module on git...
5 years ago
Hi, I'm having some issues that I can't seem to find where the problem is or how to solve it. I'm running some code on the worker when I'm trying to download...
5 years ago
getting an odd error when trying to open my plots (see picture attached) also, not able to save any plots to trains
5 years ago
Hi, I've found a possible bug. I'm cloning/running a project without any input model. Which is as expected. But, after I code actually start running an input...
5 years ago
I updated trains-server today, and now it's very unstable, Web interface randomly stops working. anyone had the same problem? I've never had any problems wit...
5 years ago
Hi, Is there a way to see how many experiments are in each queue, using API/Python code?
5 years ago
Hi, I think I found a bug: In the report_histogram function, when filling both parameters xlabels (for giving labels on the x-axis, in the example: 0, 0.2, 0...
5 years ago
Hey! Do you have any support for 3D mesh visulaization?
5 years ago
I'm probably stupid, but how do I specify worker name? usecase - I want to create two workers using the same GPU, and new worker just overwrites the old one
5 years ago
Hi guys! love using trains and love the great support in this channel. Say I have two different training experiments which report every 20 iteration, but the...
5 years ago