arnauqb / GumbelSoftmax.jl

Julia implementation of the Gumbel-Softmax reparametrization trick compatible with Zygote and ForwardDiff
MIT License
6 stars 0 forks source link

v1.0 #5

Closed arnauqb closed 5 months ago

arnauqb commented 5 months ago

This PR implements:

Also the API has been changed so this is a breaking PR.

codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 95.23810% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 87.27%. Comparing base (320017e) to head (a56ccc1).

Files Patch % Lines
src/gumbel_softmax.jl 90.00% 1 Missing :warning:
src/rao_gumbel_softmax.jl 96.42% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #5 +/- ## =========================================== + Coverage 77.27% 87.27% +10.00% =========================================== Files 1 4 +3 Lines 22 55 +33 =========================================== + Hits 17 48 +31 - Misses 5 7 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.