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

Remove need of saving images before logging. #11

Open
toshal-a opened this issue Jul 16, 2020 · 0 comments
Open

Remove need of saving images before logging. #11

toshal-a opened this issue Jul 16, 2020 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@toshal-a
Copy link
Collaborator

While logging armadillo matrices as Images for visualization in mlboard currently it is mandatory to save armadillo matrices as an image temporarily before logging. The reason we do that is to get the armadillo matrices in encoded format in the form of binary string. However, due to this, it needs quite a lot of reading and writing to the file system which can be avoided. It might also lead to increased time while logging thousands of images.
So the best solution to tackle this issue is to remove the need of saving images. This issue might need a good understanding of the Image support code. For more info on the topic you can see the following comment.
#6 (comment)

@toshal-a toshal-a added enhancement New feature or request help wanted Extra attention is needed labels Jul 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant