Hi there, any plan/benefit to support virtualenv= 20 ?
5 years ago
Hi, guys! How can I mount code from my repo into docker container on trains-agent? Seems like it doesn't support pwd in Base docker image parameter
5 years ago
Ok, another question: how to get base docker image to be pulled even if it exists? I rebuilt an image and pushed it to registry, but trains-agent seem to be ...
5 years ago
here I am again... can't find how to create a custom queue
5 years ago
Hi Guys/Gals, If you want to checkout the latest RC we have 0.15.0rc0 out : pip install trains==0.15.0rc0 pip install trains-agent==0.15.0rc0Many of the impr...
5 years ago
Hi everyone, Additional arguments to the script execution, is it possible? how can it be done? So at the moment when my script is being executed the sys.argv...
5 years ago
Hi Everyone! Quick question: I have a script that allows the model to be saved out in case of an early exit. At the moment the script is catching the SIGINT ...
5 years ago
Hi all, After solving my multiprocessing issue I've found the following issue: I have a machine with 2 GPUs. Starting an agent there specifying --gpus all di...
5 years ago
Hey! Would it be possible to tag the RC releases in the different repos? So that one knows what is inside?
5 years ago
Another conundrum: I have a single script that launches training jobs for various models. It does this by accepting a flag which is the model name, and dynam...
5 years ago
some random weird feature suggestions for the future 1) it would be great if you could export key experiment data as html or pdf report 2) it would also be q...
5 years ago
hi, can you pls help me? I am using v 0.14 (will update it soon) and I got the following error: /usr/bin/python3.6: No module named virtualenv trains_agent: ...
5 years ago
Hi, kudos for the 0.15 guys! I am having an issue related to git auth: I have an issue with trains-agent (0.15): it does not use git creds while trying to cl...
5 years ago
Hi, where can I find the logs of trains-agent by default?
5 years ago
Hi there! I have a question regarding s3 access: I created a s3 user with read/write access but not delete, and trains seems to requires delete permissions (...
5 years ago
Hi, one more question: When creating a task with Task.init(), we can specify the task_type . Now when using Task.clone(), we cannot specify the task_type (is...
5 years ago
Hey everyone - i’m trying to run trains on an AWS Lambda function. to purpose is just to query my trains agent for some stats [# of experiments, workers, etc...
5 years ago
Is it possible to run an agent, listen to the services queue without using docker?
5 years ago
Are the various task types available in 0.15? I am getting > 2020-06-09 12:58:53,287 - trains.Task - WARNING - Retrying, previous request failed : 'custom' i...
5 years ago
Is it possible to report a static html to a task and have it shown in the UI? I used the following: task = Task.get_task() logger = task.get_logger() logger....
5 years ago
hey guys the first time I'm seeing this behavior I'm adding a new user to /opt/trains/config/apiserver.conf and restarting the containers. all old users are ...
5 years ago
Hello, I am trying to retrieve a simple dict artifact uploaded in a previous task with task.upload_artifact("my_dict", dict(foo="bar")) in a second task. I t...
5 years ago
Is there an enviroument variable that I can use to set the trains.conf file path?
5 years ago
I Was Wondering If We Can See Full Launch Cmd Somewhere On Trains Ui ?
For Example, I Run My Code As
I was wondering if we can see full launch cmd somewhere on Trains UI ? For example, I run my code as python -m torch.distributed.launch --nproc 2 --use_env -...
5 years ago
Hey there, Does trains support clicks ? (entry points defined with that library)
5 years ago
Hi, I started a trains-agent (0.15) in services mode (full command: trains-agent daemon --services-mode --detached --queue services --create-queue --docker u...
5 years ago
Hey, I hope this is the right place to ask. We're a small Data Science team that wants to log everything about our ML models. Looking around on the internet,...
5 years ago