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

fix(synths): Save and load methods not working. #75

Merged
merged 1 commit into from
Aug 19, 2021

Conversation

fabclmnt
Copy link
Contributor

  • Save and load methods where not working as it was not possible to pickle the optimisers for the DRAGAN, WGAN and WGANGP.
  • Optimisers where removed from the class attributes.

@fabclmnt fabclmnt linked an issue Aug 17, 2021 that may be closed by this pull request
@fabclmnt fabclmnt marked this pull request as ready for review August 17, 2021 13:31
Copy link
Contributor

@arunnthevapalan arunnthevapalan left a comment

Choose a reason for hiding this comment

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

Looks good!

@fabclmnt fabclmnt merged commit b088999 into dev Aug 19, 2021
@fabclmnt fabclmnt deleted the fix/saveload_methods branch August 19, 2021 21:28
@fabclmnt fabclmnt changed the title fix(synths): Save and load methods where not working. fix(synths): Save and load methods were not working. Aug 19, 2021
@fabclmnt fabclmnt changed the title fix(synths): Save and load methods were not working. fix(synths): Save and load methods not working. Aug 19, 2021
fabclmnt added a commit that referenced this pull request Aug 27, 2021
* feat: Input parameters entity (#74)

* feat(synth): Change synthesizers input - Add Model and Train parameters as namedTuples.

* feat(examples): Change examples inputs to match changes.

* feat: Change CGAN and WGAN examples.

* feat: Changing GAN parameters.

* feat: Chaing DRAGAN inputs and example file.

* feat(synth): Change learning rate inputs.

* feat: Introduce the concept of epochs.

* fix: Adding stock data dataset.

* feat: Adding test datasets.

* fix: Save and load methods from DRAGAN, WGAN and WGANGP. (#75)

* fix: Save and load methods from DRAGAN, WGAN and WGANGP. (#75)

* fix(TimeGAN):  supervised loss computation (#77)

* removing unused argument in build methods

* Fixed supervisor loss temporal alignment

* temporal allignment fix, path fix on example

* path fix on example ipynb

* docs: add contributing, support and license and minor changes (#78)

* minor changes on quick start and project resources
* add contributing guidelines
* add support and licensing info

* fix: Custom loss function. Example update. (#79)

Co-authored-by: Francisco Santos <36741643+jfsantos-ds@users.noreply.github.com>
Co-authored-by: Arunn Thevapalan <arunn.work@gmail.com>
fabclmnt added a commit that referenced this pull request Aug 27, 2021
* feat: Input parameters entity (#74)

* feat(synth): Change synthesizers input - Add Model and Train parameters as namedTuples.

* feat(examples): Change examples inputs to match changes.

* feat: Change CGAN and WGAN examples.

* feat: Changing GAN parameters.

* feat: Chaing DRAGAN inputs and example file.

* feat(synth): Change learning rate inputs.

* feat: Introduce the concept of epochs.

* fix: Adding stock data dataset.

* feat: Adding test datasets.

* fix: Save and load methods from DRAGAN, WGAN and WGANGP. (#75)

* fix: Save and load methods from DRAGAN, WGAN and WGANGP. (#75)

* fix(TimeGAN):  supervised loss computation (#77)

* removing unused argument in build methods

* Fixed supervisor loss temporal alignment

* temporal allignment fix, path fix on example

* path fix on example ipynb

* docs: add contributing, support and license and minor changes (#78)

* minor changes on quick start and project resources
* add contributing guidelines
* add support and licensing info

* fix: Custom loss function. Example update. (#79)

Co-authored-by: Francisco Santos <36741643+jfsantos-ds@users.noreply.github.com>
Co-authored-by: Arunn Thevapalan <arunn.work@gmail.com>
fabclmnt added a commit that referenced this pull request Aug 27, 2021
* feat: Input parameters entity (#74)

* feat(synth): Change synthesizers input - Add Model and Train parameters as namedTuples.

* feat(examples): Change examples inputs to match changes.

* feat: Change CGAN and WGAN examples.

* feat: Changing GAN parameters.

* feat: Chaing DRAGAN inputs and example file.

* feat(synth): Change learning rate inputs.

* feat: Introduce the concept of epochs.

* fix: Adding stock data dataset.

* feat: Adding test datasets.

* fix: Save and load methods from DRAGAN, WGAN and WGANGP. (#75)

* fix: Save and load methods from DRAGAN, WGAN and WGANGP. (#75)

* fix(TimeGAN):  supervised loss computation (#77)

* removing unused argument in build methods

* Fixed supervisor loss temporal alignment

* temporal allignment fix, path fix on example

* path fix on example ipynb

* docs: add contributing, support and license and minor changes (#78)

* minor changes on quick start and project resources
* add contributing guidelines
* add support and licensing info

* fix: Custom loss function. Example update. (#79)

Co-authored-by: Francisco Santos <36741643+jfsantos-ds@users.noreply.github.com>
Co-authored-by: Arunn Thevapalan <arunn.work@gmail.com>
jfsantos-ds added a commit that referenced this pull request Oct 18, 2021
* feat: Input parameters entity (#74)

* feat(synth): Change synthesizers input - Add Model and Train parameters as namedTuples.

* feat(examples): Change examples inputs to match changes.

* feat: Change CGAN and WGAN examples.

* feat: Changing GAN parameters.

* feat: Chaing DRAGAN inputs and example file.

* feat(synth): Change learning rate inputs.

* feat: Introduce the concept of epochs.

* fix: Adding stock data dataset.

* feat: Adding test datasets.

* fix: Save and load methods from DRAGAN, WGAN and WGANGP. (#75)

* fix: Save and load methods from DRAGAN, WGAN and WGANGP. (#75)

* fix(TimeGAN):  supervised loss computation (#77)

* removing unused argument in build methods

* Fixed supervisor loss temporal alignment

* temporal allignment fix, path fix on example

* path fix on example ipynb

* docs: add contributing, support and license and minor changes (#78)

* minor changes on quick start and project resources
* add contributing guidelines
* add support and licensing info

* fix: Custom loss function. Example update. (#79)

Co-authored-by: Francisco Santos <36741643+jfsantos-ds@users.noreply.github.com>
Co-authored-by: Arunn Thevapalan <arunn.work@gmail.com>
jfsantos-ds added a commit that referenced this pull request Oct 18, 2021
* feat: Input parameters entity (#74)

* feat(synth): Change synthesizers input - Add Model and Train parameters as namedTuples.

* feat(examples): Change examples inputs to match changes.

* feat: Change CGAN and WGAN examples.

* feat: Changing GAN parameters.

* feat: Chaing DRAGAN inputs and example file.

* feat(synth): Change learning rate inputs.

* feat: Introduce the concept of epochs.

* fix: Adding stock data dataset.

* feat: Adding test datasets.

* fix: Save and load methods from DRAGAN, WGAN and WGANGP. (#75)

* fix: Save and load methods from DRAGAN, WGAN and WGANGP. (#75)

* fix(TimeGAN):  supervised loss computation (#77)

* removing unused argument in build methods

* Fixed supervisor loss temporal alignment

* temporal allignment fix, path fix on example

* path fix on example ipynb

* docs: add contributing, support and license and minor changes (#78)

* minor changes on quick start and project resources
* add contributing guidelines
* add support and licensing info

* fix: Custom loss function. Example update. (#79)

Co-authored-by: Francisco Santos <36741643+jfsantos-ds@users.noreply.github.com>
Co-authored-by: Arunn Thevapalan <arunn.work@gmail.com>
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.

[BUG] Save methods from WGAN and WGAN-GP not able to save .pkl file
2 participants