Hey good morning
5 years ago
Does it means Trains will now have a built-in Optuna integration? ;)
5 years ago
Congrats, well deserved!
5 years ago
congrats ❤
5 years ago
OMG Look who just joined the PyTorch EcoSystem None Yes! it is TRAINS 🚆 🎉 🎈
5 years ago
Gals, Guys & :robot_face: If you want to get some inspiration on building DL Continuous Integration pipelines, I suggest this post (obviously built on top of...
5 years ago
Question about artifacts, dynamic vs static and their relationship to experiments Under https://allegro.ai/docs/concepts_arch/concepts_arch/ in the Artifacts...
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
Hi there, There seems to be an issue in the web ui -> viewing plots in "view in experiment table" doesn't respect the "scalars to display" one sets when view...
5 years ago
Hey there, Does trains support clicks ? (entry points defined with that library)
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
Is there an enviroument variable that I can use to set the trains.conf file path?
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
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
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
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 run an agent, listen to the services queue without using docker?
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
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, where can I find the logs of trains-agent by default?
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
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...
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
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
Hey! Would it be possible to tag the RC releases in the different repos? So that one knows what is inside?
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 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