Hey, what is the exact difference between agent.package_manager.system_site_packages and trains-agent --install-globally ?
5 years ago
Hi! I have local Minio setup, via Minio Browser I can upload 50-100 MB per second as its local. But when I try to use task.upload_artifact it uploads 500 KB ...
5 years ago
I think I have found an issue in the model visualisation, when you click on a model you see the general tab on the right, if you click on network or label an...
5 years ago
Does trains 0.16 supports pip >=20.2?
5 years ago
Looks like trains-agent 0.16 doesn't support --install-globally documented parameter -> Only available for trains-agent build command. Would it be possible t...
5 years ago
LSTMeow is back! Bots/Gals/Guys feel free to 👍 None
5 years ago
hey guys, here I am again with another question 😃 after the latest update, I’m getting this error when I’m trying to compare scalars for more than 10 experi...
5 years ago
Does artifact track per file base? What if only some file is updated, does it knows only uploading the new files? Also, wonder what is the best way to setup ...
5 years ago
How can I integrate trains-server to aws ec2 api
5 years ago
Hi everyone. I'm new to trains. I do not have sudo access to my departmental servers. Can I still use trains beyond the demo server?
5 years ago
Hi everyone - quick show of hands, is anyone here interested in trains related memes?
5 years ago
is there an enterprise version of trains? if yes, what are the addition features, the website shows allegros enterprise version that seems not related to tra...
5 years ago
Hey guys! I've got the latest version of trains 0.16.0 and now I have a problem. In previous versions I could easily override default arguments on HYPERPARAM...
5 years ago
Hi! Can we update the User name in the UI after logging the experiment?
5 years ago
Hi, some properties of the Task object are not listed in the documentation (such as task.parent, which is not clear whether it is the parent task object itse...
5 years ago
Hey there again, I am not sure to understand what is the difference between StorageManager and StorageHelper and which one to use?
5 years ago
Another one: What is the difference between Task.connect() and Task.set_parameter?
5 years ago
I have several models to log as artifact and I am using OutputModel to do that model = OutputModel(task) model.update_weights(file) here 'file' is my model i...
5 years ago
Hi, I just upgraded my version from 0.15.2rc0 to 0.16.0. In older version, by using APIClient I was getting client.tasks.execution.parameters, but in newer v...
5 years ago
Hey, just wanted to mention: in docs, Task.get_parameter does not say: Different sections with key prefix "section/" , as Task.get_parameters do. Also there ...
5 years ago
Any feedback appreciated: https://github.com/motion-ai/coco ; trying to organize the labels and accomodate an object hierarchy and multiple languages.
5 years ago
the path /opt/trains/data/elastic_7/nodes exists I can also see in the logs: trains_agent: ERROR: Failed getting token (error 401 from http://apiserver:8008 ...
5 years ago
Ok, the more I dig in to this, the more I understand that unless this sits on a local network, its really not easy to get it to run securely
5 years ago
Is there a way to get a docker-compose.yml that would also work with a reverse proxy, such as traefik/nginx-proxy etc? Because otherwise I am not sure how I ...
5 years ago
Hello, what is the default limit for global context ? https://allegro.ai/docs/storage_manager_storagemanager.html#trains.storage.manager.StorageManager.get_l...
5 years ago
Are the env variables passed to trains-agent available in experiments run by this trains-agent?
5 years ago
Hi, I encounter a weird behavior: I have a task A that schedules a task B. Task B is executed on an agent, but with an old commit 🤔 although the branch is p...
5 years ago
Hey, I am trying to move the fileserver to S3. As here: https://github.com/allegroai/trains-server/issues/35 I update the trains.conf with my s3 bucket and t...
5 years ago
Hey, I want to upload text files in the allegro, and store them as an artifact. How can we do that?
5 years ago