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

Add alignment CRF test. Fix missing fill_() #109

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

Commits on Oct 1, 2021

  1. Add alignment CRF test. Fix missing fill_()

    John Reid committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    8635f0e View commit details
    Browse the repository at this point in the history
  2. Fix exception type.

    John Reid committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    e9a2bc3 View commit details
    Browse the repository at this point in the history
  3. Change CUDA detection

    John Reid committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    acbce53 View commit details
    Browse the repository at this point in the history
  4. Remove unwanted .cuda()

    John Reid committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    e65832e View commit details
    Browse the repository at this point in the history
  5. Add another property to test.

    John Reid committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    9788879 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. Update test to use skipif

    John Reid committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    7d140f6 View commit details
    Browse the repository at this point in the history
  2. Use code from @srush in harvardnlp#109

    John Reid committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    92cd4eb View commit details
    Browse the repository at this point in the history
  3. Clamp infinite logits to fix sampling

    John Reid committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    4fa50a8 View commit details
    Browse the repository at this point in the history
  4. Remove deadline to silence spurious timing warnings

    John Reid committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    995b745 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5644e7e View commit details
    Browse the repository at this point in the history
  6. Fix skipif decoration

    John Reid committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    3385106 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'master' of github.com:harvardnlp/pytorch-struct into al…

    …ignment-fix
    John Reid committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    d15b556 View commit details
    Browse the repository at this point in the history
  8. Back out test breaking semiring matmul changes

    John Reid committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    7e41787 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. WIP: add tests

    John Reid committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    3fb46ab View commit details
    Browse the repository at this point in the history