server icon indicating copy to clipboard operation
server copied to clipboard

Can I combine charts from two projects?

Open kaiwenli325 opened this issue 3 years ago • 0 comments

I am working on an object detection task and trying two different models (faster-rcnn and mask-rcnn). For each model, l created a project and logged the validation loss. I want to compare the two loss charts. First, I open the project of faster-rcnn and remember the min loss. Then, I open the project of mask-rcnn and compare the loss. Can I combine the loss charts into one chart? The reason I did not just create one project is that for each model I want to change the hyper-parameters and compare different runs. Thanks for any help and suggestion.

kaiwenli325 avatar Apr 20 '22 01:04 kaiwenli325