@<1523701205467926528:profile|AgitatedDove14> , this is a great tool for visualizing all your experiments. I wanted to know that when I am logging scalar plo...
4 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...
4 years ago
Hi there, any plan/benefit to support virtualenv= 20 ?
4 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
4 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 ...
4 years ago
here I am again... can't find how to create a custom queue
4 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...
4 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 ...
4 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...
4 years ago
Hey! Would it be possible to tag the RC releases in the different repos? So that one knows what is inside?
4 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...
4 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...
4 years ago
Gals, Guys & :robot_face: , if you want to checkout the Hyper-Parameters automation (Using Bayesian Optimization Hyper-Band) We have an example on the demo s...
4 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: ...
4 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...
4 years ago
Hi, where can I find the logs of trains-agent by default?
4 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 (...
4 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...
4 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...
4 years ago
Is it possible to run an agent, listen to the services queue without using docker?
4 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...
4 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....
4 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 ...
4 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...
4 years ago
Is there an enviroument variable that I can use to set the trains.conf file path?
4 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 -...
4 years ago
Hey there, Does trains support clicks ? (entry points defined with that library)
4 years ago