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

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

Merged
merged 1 commit into from Aug 27, 2021

Conversation

arunnthevapalan
Copy link
Contributor

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

* minor changes on quick start and project resources
* add contributing guidelines
* add support and licensing info
@arunnthevapalan arunnthevapalan merged commit 1d461f9 into dev Aug 27, 2021
@arunnthevapalan arunnthevapalan deleted the docs/update-readme branch August 27, 2021 10:03
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.

None yet

1 participant