Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
yellowjs0304 opened this issue Jun 20, 2022 · 0 comments
Open

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

yellowjs0304 opened this issue Jun 20, 2022 · 0 comments

Comments

@yellowjs0304
Copy link

yellowjs0304 commented Jun 20, 2022

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 😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant