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

Data loading issue at scale with tensorboard what-if plugin #220

Open
etsyamitra opened this issue Nov 4, 2022 · 0 comments
Open

Data loading issue at scale with tensorboard what-if plugin #220

etsyamitra opened this issue Nov 4, 2022 · 0 comments

Comments

@etsyamitra
Copy link

I have been not been able load more than ~350 data points through tensorboard plugin on this tool. It has been interesting observation while playing around with max_examples and sampling_ratio params over the same example path file as follow
max_samples = 250, sampling_ratio=1 -> data does not load(ie fails after long wait)
max_samples = 1000, sampling_ratio=0.2 -> works
max_samples = 1000, sampling_ratio=0.3 -> data does not load
I am wondering if there is a recommended configuration on any constraints around this tool?

Note: running tensorboard binary on a k8s side car. Any pointers will be really appreciated!

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

No branches or pull requests

1 participant