Skip to content

Add tensorboard log (mEA, mEF, ..) with same steps #116

@yellowjs0304

Description

@yellowjs0304

Hi, First of all Thank you for sharing nice works.
It seems really good in NER tasks.

I wanna check with my own dataset, So I customized my data and have trained.
In this steps, I have some questions as below.

  1. How can I add tensorboard log with metrics(ex. mEA, mEF, mER, mEP).
  • I added the function self.writer.add_scalar("mEP/steps", val_result_dict['overall']['mEP']) after Step Validation line, because I wanna check the metric results in every steps.
  • But It returns like below, mEA steps is not same with other metric(gl_loss). I don't know the way to get right steps.
    image
  1. Is there any function to visualize the relations of each entities.(like Key-Values)?
  • I wanna check that model predicted right Key-Value mapping by graph embedding(GCN).. Do you have any functions about it?
    If not so, could you please give some tips to implement function?
  1. Is there any visualization function to inference the result of models on each of images+bbox+predicted labels like below?
    image

I'll wait for your reply. Thank you 😊

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions