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

QDenseBatchnorm support #2

Conversation

GiuseppeDiGuglielmo
Copy link

Import from fastmachinelearning#718

Description

Adds support for QDenseBatchnorm implemented here: google/qkeras#74 (this should be merged first)

@julesmuhizi
@GiuseppeDiGuglielmo

Type of change

For a new feature or function, please create an issue first to discuss it
with us before submitting a pull request.

Note: Please delete options that are not relevant.

  • New feature (non-breaking change which adds functionality)

Tests

To be added...

Test Configuration:

Checklist

  • I have read the guidelines for contributing.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have made corresponding changes to the documentation.
  • My changes generate no new warnings.
  • I have installed and run pre-commit on the files I edited or added.
  • I have added tests that prove my fix is effective or that my feature works.

katyagovorkova and others added 4 commits February 10, 2023 21:01
)

* add kl layer

* separate hls part; clean up and add docs

* creeate KL layer folder in contrib and move the files there

* pass pre-commit check

* README and fix pre-commit issue

* update readme

* fix formatting

* add readme

* Update README.md

@jmitrevs readme updated!

* Update README.md

remove trailing whitespace

* Update kl_layer.py

* Rename nnet_distance.h to kl_layer.h

* Update README.md

* Update kl_layer.py

* Update kl_layer.h

* fix pre-commit

* Fix KLLoss layer example

---------

Co-authored-by: Jovan Mitrevski <jmitrevs@fnal.gov>
Co-authored-by: Vladimir Loncar <vloncar@users.noreply.github.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.

5 participants