here is an example of the logged values, I was hoping for a way to log them so they could be visualize better.. any advice (beside making my own plot and log it)?
Answered
Hi, I Am Looking For A Way To Report A Single Metric Value Of A Trained Model (Lgbm For Example).
I'M Currently Using:
Hi, I am looking for a way to report a single metric value of a trained model (lgbm for example).
I'm currently using:
logger.report_scalar(title='train', series=metric, value=val, iteration=0)
but it seems a bit redundant to log it as a metric that changes over iterations (there are no iterations in my case).
is there another way that I'm missing?
995 Views
2
Answers
one year ago
one year ago
Tags