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

Model training debugging capabilities #330

Open
akashshah59 opened this issue Mar 4, 2024 · 0 comments
Open

Model training debugging capabilities #330

akashshah59 opened this issue Mar 4, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@akashshah59
Copy link

I was wondering if we could enable Model debugging and logging capabilites.

I've just been wanting to plot the loss curve for Generator and Discriminator, While I admire the design of how ydata has been built, it would be nice to have some tensor-board like plots epoch curves automatically flushed out, I've also been thinking of building visualizations do see how distribution shifts occur for Generator over time. I perused through base.py however, all I can see is training_params, which does have a log_frequency , but maybe we can add a /logging_dir as well.

I'd be willing to work on this, let me know what you guys think?

@akashshah59 akashshah59 added the enhancement New feature or request label Mar 4, 2024
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