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

[WIP] Feature/patch/softmax cross entropy with logits #21

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Jun 22, 2020

  1. patch {sparse_,}softmax_cross_entropy_with_logits

    Tied to open tensorflow issue #38185.
    Non-determinism in backprop of fused implementation
    of `{sparse_,}softmax_cross_entropy_with_logits`
    has been reported. This work will provide a
    patch by routing calls to a deterministic workaround
    first described in the tensorflow issue above.
    MFreidank committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    53b4ce3 View commit details
    Browse the repository at this point in the history
  2. fix: line no for link to previous implementation

    MFreidank committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    aeb70ac View commit details
    Browse the repository at this point in the history
  3. make this patch apply to tf 2.1 and 2.2 as well

    MFreidank committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    bcc8475 View commit details
    Browse the repository at this point in the history
  4. fix: ammend mistake in re.match(...) statement

    MFreidank committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    f7d6b86 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2020

  1. twd: softmax entropy patch in enable_determinism

    MFreidank committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    75ce3db View commit details
    Browse the repository at this point in the history
  2. make this patch apply to tf 2.1 and 2.2 as well

    MFreidank committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    231c7c5 View commit details
    Browse the repository at this point in the history
  3. fix: ammend mistake in re.match(...) statement

    MFreidank committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    f22bcc9 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'feature/patch/softmax_cross_entropy_with_logits' of htt…

    …ps://github.com/MFreidank/tensorflow-determinism into feature/patch/softmax_cross_entropy_with_logits
    MFreidank committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    24b4f57 View commit details
    Browse the repository at this point in the history