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

fixed problem with tensor storage; add some output during inference #1

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

mese79
Copy link

@mese79 mese79 commented Jul 28, 2023

Hi, nice work!

I realized that in the example notebook, when you try to open the tensor storage, the whole image slices (result) passed as the depth, and not just those where selected (src). This caused to append a large storage space to the one created by the inference process.
So, I just added the srcD variable, and used it to open the right size storage.
I also add some print log to the inference process that might help to see where we are in the process.

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.

1 participant