i have been asking a lot of questions, i hope its ok and not too troublesome AgitatedDove14 and TimelyPenguin76 I like the product, just trying to setup for ...
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
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
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
Hi, I would like to install python package using conda in my worker machine. so I edit the trains.conf file to : package_manager: { # supported options: pip,...
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 it possible to create workflow using trains... e.g. nightly fetch data from data warehouse.. run Task.TaskTypes.data_processing to do ETL one this task is...
5 years ago
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
wondering why my plots are not in plot section but under debug section
5 years ago
and the above error is caused by routine update check being blocked...
5 years ago
hmm it seems the plot are ending up under debug samples
5 years ago
wondering what is causing it
5 years ago
whereas plots are on fileserver and i can see them by opening the files manually in the editor
5 years ago
When I Am Trying To See The "Plots" Under Result Section.. I Am Seeing This Error In Browser Console
when i am trying to see the "Plots" under result section.. i am seeing this error in browser console ERROR TypeError: e['trains-server'] is undefined and the...
5 years ago
Hi! i'm new here! :man-raising-hand:
5 years ago
Hi, I encountered a few problems: Which files will be uploaded by trains according to the task's output_uri ? model, text or images? Is the judgment based on...
5 years ago
Hi, I faced with a silly error, when I run the python script with task = trains.init(project_name='my project', task_name='my task'). The task goes to the tr...
5 years ago
as i can not read the numbers at all
5 years ago
colors of CM reporting are strange... is it possible to adjust the default ones
5 years ago
is is in planning or already supported
5 years ago
given these are settled.. another question i have is about the job scheduling based on cron style.. e.g. run training every night at 2 AM etc.
5 years ago
another question is if i have a conda env available on my workers systemwide.. can i use that env directly when running tasks with trains-agent or trains-age...
5 years ago
so if there a way to make it run in the trains-agent and not in the terminal directly when executed manually through script
5 years ago
currently when i run script manually.. script runs outside of trains-agent although it reports the progress back to server
5 years ago
i am thinking that when i run my training script, on the terminal it should say that the task has been created in the server and put it in X queue.. you can ...
5 years ago
i have a script in which i added Task.init() hook, so when i run the script, it creates the experiment and i can its logs there etc.. but init() function doe...
5 years ago
Hi, Is there any way to get experiment debug images programmatically?
5 years ago
Upon calling Task.init(), I get below error: Failed getting token (error 401 from http://localhost:8008 ): Unauthorized (invalid credentials) (failed to loca...
5 years ago
Hi, does anyone use mlflow / Weight & Biases / http://neptune.ai before, and how does that compare to allegroai-trains? I am trying to understand the tooling...
5 years ago
Hey! What is the difference between Reporter and Logger ?
5 years ago