good morning, I want to verify behaviour on trains, if the server dies what happens to all the experiments who keep trying to write results, will they get ab...
5 years ago
Is there a way to programatically define api_host/web_host?
5 years ago
Hello! I'm new to trains and am excited to try out the stack. I setup the trains server using Docker Compose and the services are running successfully. Howev...
5 years ago
Is there a way how I can get how many minutes the GPU has been used in a month? The duration of an iteration is for every run different if you vary batch siz...
5 years ago
Hey, I have a problem with the following task: def main(args): config = yaml.load(open(args.config)) if __name__ == '__main__': parser = argparse.ArgumentPar...
5 years ago
Hello, I have a question regarding custom modules- How can I successfully import my own modules(from other folders within the same root directory) in the ven...
5 years ago
Hey, I had a problem with https://github.com/allegroai/trains/tree/master/examples/optimization/hyper-parameter-optimization from the repo. I ran the experim...
5 years ago
I am wondering is it possible to schedule a task to run at certain time in periodic fashion aka. cron style... thinking of having a monitoring task to be run...
5 years ago
Hello everyone! Found some strange behavior with histogram logging: when I view my neural network weight distribution, I see the first picture in tensorboard...
5 years ago
Another thing: I think it's easier to interpret histogram using ridgeline plot, you can look it up here: https://plotly.com/python/violin/ Can you add an opt...
5 years ago
Eventually yes 😄 and sooner if you submit a feature request, much sooner if you suhmit a pull request 😆
5 years ago
Hi There - I Am Attempting To Use The Hp Optimization Feature, But Keep Getting The Following Error:
Hi there - I am attempting to use the hp optimization feature, but keep getting the following error: trains.automation.optimization - WARNING - Could not fin...
5 years ago
Is there a nicer way to program the color for report_scalar? By default it use a color scheme that is very hard to compare when I have multiple lines. I can ...
5 years ago
Hello! I think I've found a bug, but couldn't fix it completely to make a pull request. I want to optimizer hyperparameters with trains.automation but: In la...
5 years ago
Hello, I'm running trains-server launched on EC2 using the AMI provided by allegroai, however the web app doesn't seem to be working properly. It takes a rea...
5 years ago
i meet error when use trains version 0.16.2, i debug inside code to print exception, so i retrieve: Failed gettting token error 411 Length required from trai...
5 years ago
Even i add Content-Length in Backend_api/session/session.py, error still exist
5 years ago
Hi, I'm trying to get TensorBoard plots into the Allegro Trains server. Although I followed the example pytorch_tensorboard.py , all my plots are plotly plot...
5 years ago
Hi, I am new here. I was wondering where can I configure which machines trains (or trains-agent?) use for queueing tasks, and how do I create such queues. Th...
5 years ago
Hi I'm trying to run the pipeline example, but I get this error: (I'm using the latest version of trains, I'm able to use the Task module perfectly) File "en...
5 years ago
One more thing, I'm trying to take full advantage of the controller, but I run into a problem in my use case. The controller is super useful for creating a D...
5 years ago
Hi, I am just starting to use the library. I am just trying to understand the architecture of the web server. I am curious as to how the redis server is used...
5 years ago
Hi, I'm having some trouble with trains-agent in docker mode with a local trains server. I pulled allegroai/trains-agent:latest and spun it up in a container...
5 years ago
By the way guys, your survey link points to an error. [gravityform id="7" title="false" description="true" ajax="false" tabindex="10"]
5 years ago
Hello, I have a question, is it possible to create multiple train-agent per gpu? I see cases of multiple gpu's per agent on the git page but I'm wondering if...
5 years ago
Hi, a couple of questions, If a worker's GPUs are being used (not by trains queue, but because of another program), would the queue take another available wo...
5 years ago
Here goes, https://github.com/allegroai/trains/issues/214
5 years ago
Hi, for some reason many packages are not detected in the Installed Packages section. My experiment clone crashes as it fails to import a package that wasn't...
5 years ago
Hey Trains-riders, Is there a way from the web UI, to automate multiple experiments, each with a different configuration? Let me clarify what I mean: Say I h...
5 years ago
Is there any way to send an http request to trains server with a configuration string of some sort to be passed in as a parameter to a Pipeline or Task?
5 years ago