Quick question, can trains log keras loss values and/or metrics automatically? Or would I have to attach a tensorboard callback?
4 years ago
AFAIU by default trains logs all tensorboard things, can this be turned off?
4 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...
4 years ago
question regarding tensorboard (if there is an answer here already please send me a link). i have a few graphs with the same x axis but different y axis that...
4 years ago
Hi, does anyone know where trains stores tensorboard data? Because I am used to using tensorboard to record experimental data and store data, I hope I can ac...
4 years ago
Hi, Does anyone know that when using tensorboard to record loss (such as writer.add_scalar('Loss/train', loss.data, epoch*len(trainLoader)+step) ), where wil...
4 years ago
Hi Trains community - question: I am using http://Fast.ai on pycharm (not jupyter). I was wondering if there's a way to show a loss and accuracy metrics such...
4 years ago
I'm having issues running trains-agent on my aws, it seems to not be able to install pytorch... I have miniconda 4.8.2 , python 3.7.6 , trains-agent 0.14.1 i...
4 years ago
Hi, I recently started evaluating trains. Given that TensorBoard is much more mature, and our team is used to it, I think it is likely we won’t want to stop ...
4 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. ...
4 years ago