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

[FEAT] return losses of TimeGAN training #238

Open
isacmoura opened this issue Mar 2, 2023 · 0 comments
Open

[FEAT] return losses of TimeGAN training #238

isacmoura opened this issue Mar 2, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@isacmoura
Copy link

Is your feature request related to a problem? Please describe.
I need to show and use the training losses to do early stopping operations (this could be added to YData library as well) but I saw that during TimeGAN training there is no interface to retrieve this information.

Describe the solution you'd like
During the training step, the losses of the Generator and Discriminator could be returned for each training step. I saw at the code that these losses are captured, but they aren't returned.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

@isacmoura isacmoura added the enhancement New feature or request label Mar 2, 2023
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