You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
While logging
armadillo matrices
as Images for visualization inmlboard
currently it is mandatory to save armadillo matrices as an image temporarily before logging. The reason we do that is to get thearmadillo
matrices inencoded format
in the form ofbinary 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)
The text was updated successfully, but these errors were encountered: