Hi all, I'm looking for a well-built end-to-end example for a pytroch project w\ lightning w\ trains. any suggestions? I've started from the following projec...
5 years ago
Hi guys, following up on this https://allegroai-trains.slack.com/archives/CTK20V944/p1599135173096200?thread_ts=1599125260.076600&cid=CTK20V944 : I have a pi...
5 years ago
Hello, I'm using Trains for logging my training script. However, while using the logger I'm getting this: trains.Task - WARNING - ### TASK STOPPED - USER ABO...
5 years ago
Hi there, I am trying to start an agent in services mode with trains-server being on localhost (but not started together with the docker-compose!). My trains...
5 years ago
How can I do the following? (basically, filtering by task type) Task.get_tasks(project_name="my-project", task_name="my-task", task_filter=dict(type="trainin...
5 years ago
Hi there! I'm trying to understand how the trains-server works. So I have a few questions. 1. For a linux deployment, we need to use docker-compose which run...
5 years ago
Trying to make a pipeline through PipelineController but running into this error: ModuleNotFoundError: No module named 'trains.automation.controller'; has th...
5 years ago
Hi, I wonder if the Trains UI could save user UI view? It seems that if I order the column (red) and hit F5, it will re-order again. In contrast, if I move t...
5 years ago
First link in hyperparameter optimization page is broken > https://allegro.ai/docs/examples/examples_hyperparam_opt/
5 years ago
Hi, I'm trying to get an understanding of how Pipeline Controller works since there's currently no documentation for it as of now and it hasn't been released...
5 years ago
Trains seems to fail to capture my conda environment, any idea? OS: Window 10
5 years ago
Hi guys, is a Task updating its status to 'Complete' before finishing to upload its artifacts/metrics in the background?
5 years ago
Hi guys, how to solve this problem: Returned 500 for events.add_batch in 10ms, msg=General data error (TransportError(429, 'circuit_breaking_exception', '[pa...
5 years ago
Hi, I have another problem 😅 in one of my agent, one experiment started without torch using GPU. In the logs of the experiment shared below, we can see that...
5 years ago
Hi, where can I find documentation of the full, paid version of Allegro? (including the data management section)
5 years ago
Hello, is it possible to run Trains offline where there's no HTTP connection between the node running the job and where the web UI runs? I see in your diagra...
5 years ago
How do I delete artifacts? Do I have to delete the task in order to delete an artifact? Is there a way to independently delete artifacts without deleting the...
5 years ago
Hello! There is great alternative for argparse developed by facebook for ml named https://hydra.cc/ . But unfortunately it doesn't work with trains in-browse...
5 years ago
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
Hi guys! For some reason I can't get Trains to log images to Debug Samples tab using Tensorboard SummaryWriter.add_image . Also tried explicit reporting, pyt...
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
Eventually yes 😄 and sooner if you submit a feature request, much sooner if you suhmit a pull request 😆
5 years ago