- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Steps to test:
pip install whylogs
Code
for i in range(1):
self.logger.log_image(Image.fromarray(np.random.random((10,10))), feature_name="Random Image")
self.logger.log({'a': 'abcdef'})
self.logger.flush()
self.logger.close()
This code does not show any output. But if you comment out the log_image code line, and just log the dictionary, it gives the output.
Steps to replicate:
Platform:
Intel Dev Cloud
Any reasons why this is happening?
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Good day to you.
Thanks for posting in Intel Communities.
We tried replicating your issues with a sample code that uses whylogs package with an image on Intel DevCloud node and it works fine (Refer attached screenshot).
Sample code used is from the official whylabs GitHub repositories (https://github.com/whylabs/whylogs-examples/blob/mainline/python/Logging_Images.ipynb)
Unfortunately, our support is limited to Intel products and services. We do not provide support for issues that arise from specific user code or repositories.
If you still feel that the issue is with the Intel DevCloud services, kindly share a sample reproducer code so that we can evaluate it out from our side.
Regards,
Jyothis V James
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks you very much.
Wish you a good weekend ahead. Thanks for offering a great service in this context.
IDC is a great platform.
Kind Regards,
Aswin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Good day to you.
Thanks for the positive feedback and we hope that the solution helped in resolving the issue that you faced.
If you need any additional help or information, please post a new question as this thread will no longer be monitored by Intel.
Regards,
Jyothis V James

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page