Hey, did someone saw this error? trains.Metrics - WARNING - Retrying, previous request failed : Could not find a suitable TLS CA certificate bundle, invalid ...
5 years ago
Is it a one time thing? or recurring?
5 years ago
recurring, and it stops after 20K messages 🙄
5 years ago
Is you server using https ?!
5 years ago
This is usually due to enterprise level issued https certificates not part of the local installation (basically any python generated SSL request will fail)
5 years ago
yep we use api_server: https://api.allegro.ai web_server: https://app.allegro.ai
5 years ago
I would guess connectivity issues, the TLS is probably python inaccurate response (I mean in a way, it is also a TLS error, but I would imagine this has more...
5 years ago
Hi 🤓
5 years ago
We are at AAAI NY, come look us up :)
5 years ago
hey guys, thanks for creating Slack workspace, that's really cool. question - are we missing smth or is currently not possible to pass S3 credentials via env...
5 years ago
Hi all - I have a question to ask (and not sure if there is a channel for FAQs so sorry for putting it here) ... I am using trains in combination with PyChar...
5 years ago
Hi everyone. For some reason, I could not display my matplotlib plots (with subplots) in Trains, while they can be displayed locally. Here is an example plot...
5 years ago
https://m.facebook.com/story.php?story_fbid=2484620658505570&id=1620822758218702&refid=52&tn=-R
5 years ago
Thanks for releasing this awesome experiment manager! I was logging a single training session on multiple GPUs (using Detectron2), and torch.mp is called for...
5 years ago
Hi everyone, just setup trains.. was very easy to setup. Was able to run an experiment with it. Question: Is it possible to turn off the code tracking (anyth...
5 years ago
New releases: pip install trains==0.13.3https://github.com/allegroai/trains/releases/tag/0.13.3 pip install trains-agent==0.13.2https://github.com/allegroai/...
5 years ago
Is there a way to automatically plot a metric vs epoch ( example train_accuracy, val_accuracy, learning rate) , or do I need to store the metric for each epo...
5 years ago
hey guys, do you have any plans to add functionality to export training config with all hyperparameters to the different formats, such as training command li...
5 years ago
I'm facing a problem that I can't see the scalar logs with the message "Failed to get Scalar Chart". The following image is a result of examples/manual_repor...
5 years ago
YummyWhale40 you are saying the example code is not working when running with the demo server? Also I think I was able to view your experiment on the demo se...
5 years ago
AgitatedDove14 It was caused by AdBlocker, sorry 😅
5 years ago
Lol, I wonder what the adblock rule was ;)
5 years ago
I'm trying to run a reinforcement learning task with trains-agent, and the environment I'm running needs an X server to get the environment state. I can get ...
5 years ago
I want to clone an experiment and then try with a different hyperparameter value . I was wondering if there is a way to explicitly specify a hyperparameter. ...
5 years ago
I made PR for PyTorch Lightning integration. https://github.com/bmartinn/pytorch-lightning/pull/1
5 years ago
AgitatedDove14
5 years ago
YummyWhale40 awesome thanks!
5 years ago
New trains-server release 0.14.0 https://github.com/allegroai/trains-server/releases/tag/0.14.0
5 years ago
When I try to enqueue an experiment to a queue, it looks like trains-agent is recreating a new virtual env everytime. So, this causes a problem in case train...
5 years ago
Hi guys, We consider using Trains Experiment Manager and I wonder Is there a way to backup all experiment data? in case the backend machine will die and the ...
5 years ago