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

Add controls for AILabImage component stories - Half-Fix #36

Merged
merged 2 commits into from
Dec 23, 2021

Conversation

GantMan
Copy link
Member

@GantMan GantMan commented Dec 22, 2021

Adds controls to Image story - also required fixes that close #34 and tie into completing #33.
This also identified the bug #35

image

// justBoxes,
// justValues,
// ]);
tf.dispose([
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure why this dispose was commented out, but it needs to be brought back in to protect from mem-leaks

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are right! I was getting type errors and since fast refresh disposed tensors I commented those out then forgot to brought them back even after the type errors are fixed in different components.

@GantMan GantMan merged commit 17851f8 into master Dec 23, 2021
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.

Add Params to AILabImage
2 participants