-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Comparing changes
Open a pull request
base repository: allenai/allennlp
base: v2.7.0
head repository: allenai/allennlp
compare: main
Commits on Sep 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5338bd8 - Browse repository at this point
Copy the full SHA 5338bd8View commit details
Commits on Sep 8, 2021
-
Co-authored-by: Akshita Bhagia <akshita23bhagia@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 527e43d - Browse repository at this point
Copy the full SHA 527e43dView commit details
Commits on Sep 16, 2021
-
Update transformers requirement from <4.10,>=4.1 to >=4.1,<4.11 (#5393)
* Update transformers requirement from <4.10,>=4.1 to >=4.1,<4.11 Updates the requirements on [transformers](https://github.com/huggingface/transformers) to permit the latest version. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](huggingface/transformers@v4.1.0...v4.10.0) --- updated-dependencies: - dependency-name: transformers dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * fix LanguageModelingDataCollator Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: epwalsh <epwalsh10@gmail.com> Co-authored-by: Pete <petew@allenai.org>
Configuration menu - View commit details
-
Copy full SHA for a09d057 - Browse repository at this point
Copy the full SHA a09d057View commit details
Commits on Sep 17, 2021
-
Bump black from 21.7b0 to 21.9b0 (#5408)
Bumps [black](https://github.com/psf/black) from 21.7b0 to 21.9b0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/commits) --- updated-dependencies: - dependency-name: black dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Akshita Bhagia <akshita23bhagia@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7785068 - Browse repository at this point
Copy the full SHA 7785068View commit details -
Fix PairedPCABiasDirection (#5396)
* Add flag center=false for PairedPCABiasDirection * Adjust bias_direction_test.py to facilitate new paired PCA bias direction * Use black for correct formatting of bias_direction_test.py * Updated the changelog to reflect changes Co-authored-by: Akshita Bhagia <akshita23bhagia@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 43fd982 - Browse repository at this point
Copy the full SHA 43fd982View commit details
Commits on Sep 21, 2021
-
Make
--overrides
more flexible (#5399)* change behavior of overrides * CHANGELOG * fix * temporarily patch allennlp-models branch * show key with KeyError in Params * Update .github/workflows/ci.yml
Configuration menu - View commit details
-
Copy full SHA for 44155ac - Browse repository at this point
Copy the full SHA 44155acView commit details
Commits on Sep 28, 2021
-
Update filelock requirement from <3.1,>=3.0 to >=3.0,<3.2 (#5421)
Updates the requirements on [filelock](https://github.com/tox-dev/py-filelock) to permit the latest version. - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Commits](tox-dev/filelock@v3.0.0...3.1.0) --- updated-dependencies: - dependency-name: filelock dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e5d332a - Browse repository at this point
Copy the full SHA e5d332aView commit details
Commits on Sep 30, 2021
-
Add utility function and command to push models to 🤗 Hub (#5370)
* Implement initial push_to_hf utility + command * Improve command description * Split serialization_dir and archive_path use cases * Change to PathLike * Fix * dummy fix * Add tests for pushing to Hub * Update allennlp/commands/push_to_hf.py Co-authored-by: Pete <epwalsh10@gmail.com> * Changelog * Fix GA workflow * invalidate cache * Patch staging in tests * Style and remove diffs * fix changelog * replace '_' with '-' for consistency Co-authored-by: Pete <petew@allenai.org> Co-authored-by: Dirk Groeneveld <dirkg@allenai.org> Co-authored-by: Pete <epwalsh10@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 603552f - Browse repository at this point
Copy the full SHA 603552fView commit details -
Update transformers requirement from <4.11,>=4.1 to >=4.1,<4.12 (#5422)
Updates the requirements on [transformers](https://github.com/huggingface/transformers) to permit the latest version. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](huggingface/transformers@v4.1.0...v4.11.0) --- updated-dependencies: - dependency-name: transformers dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pete <petew@allenai.org>
Configuration menu - View commit details
-
Copy full SHA for a63e28c - Browse repository at this point
Copy the full SHA a63e28cView commit details
Commits on Oct 7, 2021
-
fix a bug when using fp16 training & gradient clipping (#5426)
* fix a bug when using fp16 training & gradient clipping * fix format * format Co-authored-by: yk x <xyk1021355229@gmail.com> Co-authored-by: epwalsh <epwalsh10@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 17ef1aa - Browse repository at this point
Copy the full SHA 17ef1aaView commit details
Commits on Oct 8, 2021
-
Registrable _to_params default functionality (#5403)
* SpacyTokenizer to params * Whitespace tokenizer to params * SentenceSplitter to params * Pretrained Transformer To Params * Character Tokenizer to params * Default registrable to params * Changelog * Docs * Typo in test fixed Co-authored-by: Akshita Bhagia <akshita23bhagia@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 362349b - Browse repository at this point
Copy the full SHA 362349bView commit details -
Update mkdocs-material requirement from <7.3.0,>=5.5.0 to >=5.5.0,<7.…
…4.0 (#5419) Updates the requirements on [mkdocs-material](https://github.com/squidfunk/mkdocs-material) to permit the latest version. - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/docs/changelog.md) - [Commits](squidfunk/mkdocs-material@5.5.0...7.3.0) --- updated-dependencies: - dependency-name: mkdocs-material dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Akshita Bhagia <akshita23bhagia@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for dcd8d9e - Browse repository at this point
Copy the full SHA dcd8d9eView commit details
Commits on Oct 22, 2021
-
* integrate cached_path * set file friendly logging * upgrade to 0.3.0 * update versions * invalidate cache
Configuration menu - View commit details
-
Copy full SHA for ebd6b5b - Browse repository at this point
Copy the full SHA ebd6b5bView commit details -
* textual entailment more default tests * cleanup * fix style
Configuration menu - View commit details
-
Copy full SHA for 0c79807 - Browse repository at this point
Copy the full SHA 0c79807View commit details
Commits on Oct 25, 2021
-
Update torch requirement from <1.10.0,>=1.6.0 to >=1.6.0,<1.11.0 (#5442)
* Update torch requirement from <1.10.0,>=1.6.0 to >=1.6.0,<1.11.0 Updates the requirements on [torch](https://github.com/pytorch/pytorch) to permit the latest version. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/master/RELEASE.md) - [Commits](pytorch/pytorch@v1.6.0...v1.10.0) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Update setup.py * update CI * update docker * fix Docker images * patch models branch * try installing jpeg * fix * try setting image backend * try different backend * try conda workflow * fix * try fix again * try again * try fix again * try default shell * bump cache prefix * try specifying miniconda version * use conda for other jobs * remove unnecessary 'conda init' * try setting 'MKL_THREADING_LAYER' * Update .github/workflows/ci.yml Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pete <petew@allenai.org> Co-authored-by: epwalsh <epwalsh10@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0d8c0fc - Browse repository at this point
Copy the full SHA 0d8c0fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b02227 - Browse repository at this point
Copy the full SHA 1b02227View commit details
Commits on Oct 29, 2021
-
Update transformers requirement from <4.12,>=4.1 to >=4.1,<4.13 (#5452)
Updates the requirements on [transformers](https://github.com/huggingface/transformers) to permit the latest version. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](huggingface/transformers@v4.1.0...v4.12.0) --- updated-dependencies: - dependency-name: transformers dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7213d52 - Browse repository at this point
Copy the full SHA 7213d52View commit details
Commits on Nov 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4f9030f - Browse repository at this point
Copy the full SHA 4f9030fView commit details
Commits on Nov 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 54b92ae - Browse repository at this point
Copy the full SHA 54b92aeView commit details -
Update spacy requirement from <3.2,>=2.1.0 to >=2.1.0,<3.3 (#5460)
Updates the requirements on [spacy](https://github.com/explosion/spaCy) to permit the latest version. - [Release notes](https://github.com/explosion/spaCy/releases) - [Commits](explosion/spaCy@v2.1.0...v3.2.0) --- updated-dependencies: - dependency-name: spacy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dirk Groeneveld <dirkg@allenai.org>
Configuration menu - View commit details
-
Copy full SHA for 09e22aa - Browse repository at this point
Copy the full SHA 09e22aaView commit details
Commits on Nov 13, 2021
-
Bump black from 21.9b0 to 21.10b0 (#5453)
Bumps [black](https://github.com/psf/black) from 21.9b0 to 21.10b0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/commits) --- updated-dependencies: - dependency-name: black dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pete <petew@allenai.org>
Configuration menu - View commit details
-
Copy full SHA for 923dbde - Browse repository at this point
Copy the full SHA 923dbdeView commit details
Commits on Nov 15, 2021
-
Bump fairscale from 0.4.0 to 0.4.2 (#5461)
* Bump fairscale from 0.4.0 to 0.4.2 Bumps [fairscale]() from 0.4.0 to 0.4.2. --- updated-dependencies: - dependency-name: fairscale dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * fix FairScale checkpoint wrapper wrapper Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dirk Groeneveld <dirkg@allenai.org> Co-authored-by: epwalsh <petew@allenai.org>
Configuration menu - View commit details
-
Copy full SHA for 05fc7f6 - Browse repository at this point
Copy the full SHA 05fc7f6View commit details
Commits on Nov 19, 2021
-
Update filelock requirement from <3.4,>=3.3 to >=3.3,<3.5 (#5469)
Updates the requirements on [filelock](https://github.com/tox-dev/py-filelock) to permit the latest version. - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/py-filelock/blob/main/docs/changelog.rst) - [Commits](tox-dev/filelock@3.3.0...3.4.0) --- updated-dependencies: - dependency-name: filelock dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 844acfa - Browse repository at this point
Copy the full SHA 844acfaView commit details
Commits on Nov 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a7f6cdf - Browse repository at this point
Copy the full SHA a7f6cdfView commit details -
Bump black from 21.10b0 to 21.11b1 (#5473)
Bumps [black](https://github.com/psf/black) from 21.10b0 to 21.11b1. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/commits) --- updated-dependencies: - dependency-name: black dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Akshita Bhagia <akshita23bhagia@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f86ff9f - Browse repository at this point
Copy the full SHA f86ff9fView commit details
Commits on Nov 23, 2021
-
* fix docstring * changelog * Update allennlp/training/metrics/fbeta_multi_label_measure.py Co-authored-by: Pete <petew@allenai.org> Co-authored-by: Pete <petew@allenai.org>
Configuration menu - View commit details
-
Copy full SHA for 0a794c6 - Browse repository at this point
Copy the full SHA 0a794c6View commit details -
Bump fairscale from 0.4.2 to 0.4.3 (#5474)
Bumps [fairscale]() from 0.4.2 to 0.4.3. --- updated-dependencies: - dependency-name: fairscale dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Akshita Bhagia <akshita23bhagia@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 64b2c07 - Browse repository at this point
Copy the full SHA 64b2c07View commit details
Commits on Nov 30, 2021
-
Update mkdocs-material requirement from <7.4.0,>=5.5.0 to >=5.5.0,<8.…
…1.0 (#5486) Updates the requirements on [mkdocs-material](https://github.com/squidfunk/mkdocs-material) to permit the latest version. - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](squidfunk/mkdocs-material@5.5.0...8.0.1) --- updated-dependencies: - dependency-name: mkdocs-material dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 666eaa5 - Browse repository at this point
Copy the full SHA 666eaa5View commit details -
* Makes TensorCache work with Python 3.9 * Adds Python 3.9 to our test matrix * Changelog
Configuration menu - View commit details
-
Copy full SHA for b99376f - Browse repository at this point
Copy the full SHA b99376fView commit details
Commits on Dec 1, 2021
-
Removes dependency on the overrides package (#5490)
* Removes dependency on the overrides package * Changelog * Various fixes for mypy * Update cached_path dependency * What happened here? * Formatting * Fix more tests * One more missing overrides
Configuration menu - View commit details
-
Copy full SHA for 1caf0da - Browse repository at this point
Copy the full SHA 1caf0daView commit details -
enforce reading in utf-8 encoding (#5476)
Co-authored-by: Dirk Groeneveld <dirkg@allenai.org>
Configuration menu - View commit details
-
Copy full SHA for c557d51 - Browse repository at this point
Copy the full SHA c557d51View commit details
Commits on Dec 8, 2021
-
* Adds a way to resize the vocabulary in T5 * Make int labels work * Fix imports * Make it possible to instantiate an uninitialized T5 * Add a test for resizing T5 vocab * Changelog * Adds a docstring
Configuration menu - View commit details
-
Copy full SHA for 19f6c8f - Browse repository at this point
Copy the full SHA 19f6c8fView commit details
Commits on Dec 9, 2021
-
Use the correct filename when uploading models to the HF Hub (#5499)
* Upload the parameters under the right name * Changelog * Update test * Updated serialization directory in tests * Fix test that depends on that serialization dir * Revert "Updated serialization directory in tests" This reverts commit 7c1b6e5. * Revert "Fix test that depends on that serialization dir" This reverts commit acdb3a9. * New test directory We can never change the old one.
Configuration menu - View commit details
-
Copy full SHA for 82b1f4f - Browse repository at this point
Copy the full SHA 82b1f4fView commit details -
Bump black from 21.11b1 to 21.12b0 (#5496)
Bumps [black](https://github.com/psf/black) from 21.11b1 to 21.12b0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/commits) --- updated-dependencies: - dependency-name: black dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dirk Groeneveld <dirkg@allenai.org>
Configuration menu - View commit details
-
Copy full SHA for ebad9ee - Browse repository at this point
Copy the full SHA ebad9eeView commit details -
Add installation instructions through conda-forge (#5498)
* reshuffle installation instructions slightly * add installation instructions via conda-forge * disambiguate environment name from package name Co-authored-by: Dirk Groeneveld <dirkg@allenai.org>
Configuration menu - View commit details
-
Copy full SHA for dbcbcf1 - Browse repository at this point
Copy the full SHA dbcbcf1View commit details
Commits on Dec 10, 2021
-
* Fall back to making copies when we can't link * Changelog
Configuration menu - View commit details
-
Copy full SHA for d77ba3d - Browse repository at this point
Copy the full SHA d77ba3dView commit details -
Dimensions in
FBetaMultiLabelMeasure
(#5501)* Makes multilabel FBeta work in multiple dimensions * Changelog * Invalidate package cache for CI
Configuration menu - View commit details
-
Copy full SHA for e0ee7f4 - Browse repository at this point
Copy the full SHA e0ee7f4View commit details
Commits on Dec 11, 2021
-
Use comma as filename separator (#5506)
* Use comma as filename separator * update tests and changelog
Configuration menu - View commit details
-
Copy full SHA for 38436d8 - Browse repository at this point
Copy the full SHA 38436d8View commit details
Commits on Dec 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 39f4f4c - Browse repository at this point
Copy the full SHA 39f4f4cView commit details
Commits on Dec 17, 2021
-
Update transformers requirement from <4.13,>=4.1 to >=4.1,<4.15 (#5515)
Updates the requirements on [transformers](https://github.com/huggingface/transformers) to permit the latest version. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](huggingface/transformers@v4.1.0...v4.14.1) --- updated-dependencies: - dependency-name: transformers dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 87ad006 - Browse repository at this point
Copy the full SHA 87ad006View commit details -
Fix moving average args not rendering properly in docs (#5516)
* Fix moving average args not rendering properly in docs * Update changelog Co-authored-by: Akshita Bhagia <akshita23bhagia@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3552842 - Browse repository at this point
Copy the full SHA 3552842View commit details
Commits on Dec 20, 2021
-
Fix model loading on GPU post training (#5518)
* Fixes #5511: Load model on CPU post training to save GPU memory * Edited Changelog
Configuration menu - View commit details
-
Copy full SHA for ab4f7b5 - Browse repository at this point
Copy the full SHA ab4f7b5View commit details
Commits on Dec 23, 2021
-
add missing nltk download in CI (#5529)
* add missing nltk download in CI * fix * fix * fix docker run * upgrade cached-path for bug fix
Configuration menu - View commit details
-
Copy full SHA for ec1fb69 - Browse repository at this point
Copy the full SHA ec1fb69View commit details -
Reinit layers of pretrained transformer in cached_transformers.get() (#…
…5505) * Arg to re-init some layers of pretrained transformer * Better error handelling for bad indices * Add a test for reinit_layers * Type cast to appease mypy * Get number of hidden layers in model agnostic way * Support a list of regexes in reinit_modules * Add tests for when reinit_modules is a list of str * Fix broken test for re-initializing modules * Break reinit_modules unit test into two * Update changelog * Tests for when reinit_modules should have no effect * Revert pretrained transformer embedder to main * Move reinit_modules feature to cached transformers * Better error message for invalid reinit_modules argument Co-authored-by: Pete <epwalsh10@gmail.com> * Correct error message to say tuple, not list * Add note about layer indices failing in docstring * Correct "list" with "tuple" in error message Co-authored-by: Pete <petew@allenai.org> Co-authored-by: Pete <epwalsh10@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 06ec7f9 - Browse repository at this point
Copy the full SHA 06ec7f9View commit details
Commits on Dec 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 71f2d79 - Browse repository at this point
Copy the full SHA 71f2d79View commit details -
Bump fairscale from 0.4.3 to 0.4.4 (#5525)
Bumps [fairscale]() from 0.4.3 to 0.4.4. --- updated-dependencies: - dependency-name: fairscale dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4233247 - Browse repository at this point
Copy the full SHA 4233247View commit details -
Update transformers requirement from <4.15,>=4.1 to >=4.1,<4.16 (#5528)
Updates the requirements on [transformers](https://github.com/huggingface/transformers) to permit the latest version. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](huggingface/transformers@v4.1.0...v4.15.0) --- updated-dependencies: - dependency-name: transformers dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pete <petew@allenai.org>
Configuration menu - View commit details
-
Copy full SHA for d7e0c87 - Browse repository at this point
Copy the full SHA d7e0c87View commit details
Commits on Jan 4, 2022
-
Configure validation frequency (#5534)
* Add boolean flag for validation * Add callback for configuring validation frequency * Add test for ShouldValidateCallback * Import ShouldValidateCallback in callbacks * Rename start_validation to validation_start * Test that model trains with ShouldValidateCallback * Update changelog * Pass ShouldValidateCallback to trainer Co-authored-by: Pete <epwalsh10@gmail.com> * make this_epoch_val_metric optional with default value None Co-authored-by: Pete <epwalsh10@gmail.com> * Don't check if best so far if not validating * Re-arrange boolean expression for consistency * Remove unnecessary check for should_validate_this_epoch Co-authored-by: Pete <epwalsh10@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 515fe9b - Browse repository at this point
Copy the full SHA 515fe9bView commit details
Commits on Jan 5, 2022
-
Max out span extractor (#5520)
* Max-pooling Extractor * Changes according to coding conventions. * Edit Changelog MaxPoolingExtractor * Corrected Spelling Co-authored-by: lk4239e <kloeser@fh-aachen.de> Co-authored-by: Pete <petew@allenai.org>
Configuration menu - View commit details
-
Copy full SHA for a3d7125 - Browse repository at this point
Copy the full SHA a3d7125View commit details
Commits on Jan 12, 2022
-
Update mkdocs-material requirement from <8.1.0,>=5.5.0 to >=5.5.0,<8.…
…2.0 (#5503) Updates the requirements on [mkdocs-material](https://github.com/squidfunk/mkdocs-material) to permit the latest version. - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](squidfunk/mkdocs-material@5.5.0...8.1.0) --- updated-dependencies: - dependency-name: mkdocs-material dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dirk Groeneveld <dirkg@allenai.org>
Configuration menu - View commit details
-
Copy full SHA for b0b3ad4 - Browse repository at this point
Copy the full SHA b0b3ad4View commit details
There are no files selected for viewing
This file was deleted.