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

Fix MultilineChartContent not defined #119

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ldeso
Copy link
Contributor

@ldeso ldeso commented Mar 1, 2023

Calling the function log_custom_scalar results in an error:

ERROR: UndefVarError: `MultilineChartContent` not defined

This fixes the error by importing the missing undefined classes.

Those classes are defined in src/protojl/tensorboard/plugins/custom_scalar/tensorboard/layout_pb.jl.

This is similar to what was done in the file for the audio logger src/Loggers/LogAudio.jl.

@ldeso ldeso changed the title Fix multiline chart content not defined Fix MultilineChartContent not defined Mar 1, 2023
@ldeso ldeso force-pushed the fix-MultilineChartContent-not-defined branch from d0609f9 to 2ad5f15 Compare October 10, 2023 10:45
@ldeso ldeso force-pushed the fix-MultilineChartContent-not-defined branch from 9e399e2 to 19a5e6a Compare October 11, 2023 13:24
@ldeso ldeso marked this pull request as draft October 11, 2023 19:38
@ldeso
Copy link
Contributor Author

ldeso commented Oct 11, 2023

Due to the ProtoBuf update, there are actually more changes required. Marking this as draft for now.

Edit: done I think!

@ldeso ldeso marked this pull request as ready for review October 11, 2023 20:26
@ldeso
Copy link
Contributor Author

ldeso commented Oct 20, 2023

For the record, even with the changes in this pull request there is still an issue an with the custom_scalar plugin and map_summaries, and I haven't managed to solve it.

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

Successfully merging this pull request may close these issues.

2 participants