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

Debug Operations in data package #142

Open
mosheraboh opened this issue Jul 20, 2022 · 0 comments
Open

Debug Operations in data package #142

mosheraboh opened this issue Jul 20, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@mosheraboh
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
When building a data pipeline - we might need to debug and visualize the intermediate sample.

Describe the solution you'd like
Implement a collection of simple debug ops (operations). When debugging a pipeline, that operation can be added to the pipeline and used.
List of operations to implement:
Core Fuse:
OpPrintSampleDictKeys() - base print the sample keys with the type of the value and shape if it is numpy array or tensor
OpPrintSampleDict().call(keys)

fuseimg:
OpSave2DImage().call(key, pre_process)
OpSave3DImage().call(key, pre_process)
OpShow2DImage().call(key, pre_process)
OpShow3DImage().call(key, pre_process)
OpSaveMulti2DImages()
OpShowMulti2DImages()
.
.
.

Describe alternatives you've considered
N/A

Additional context
N/A

@mosheraboh mosheraboh added the enhancement New feature or request label Jul 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant