Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Updates for new data loading API #101

Merged
merged 18 commits into from
Aug 20, 2020
Merged

Updates for new data loading API #101

merged 18 commits into from
Aug 20, 2020

Conversation

epwalsh
Copy link
Member

@epwalsh epwalsh commented Jul 27, 2020

Updates on the models side corresponding allenai/allennlp#4497

@@ -17,7 +17,7 @@ DOCKER_RUN_CMD = docker run --rm \
-v $$HOME/.allennlp:/root/.allennlp \
-v $$HOME/.cache/torch:/root/.cache/torch \
-v $$HOME/nltk_data:/root/nltk_data
ALLENNLP_COMMIT_SHA = $(shell git ls-remote https:/allenai/allennlp master | cut -f 1)
ALLENNLP_COMMIT_SHA = $(shell git ls-remote https:/epwalsh/allennlp data-loading | cut -f 1)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: change this back

Suggested change
ALLENNLP_COMMIT_SHA = $(shell git ls-remote https:/epwalsh/allennlp data-loading | cut -f 1)
ALLENNLP_COMMIT_SHA = $(shell git ls-remote https:/allenai/allennlp master | cut -f 1)

@epwalsh epwalsh marked this pull request as ready for review July 30, 2020 23:54
@epwalsh epwalsh merged commit 4e48a16 into vision Aug 20, 2020
@epwalsh epwalsh deleted the data-loading branch August 20, 2020 17:16
dirkgr added a commit that referenced this pull request Jan 26, 2021
* temporarily patch allennlp to data-loading branch

* run on vision PRs

* Updates for new data loading API (#101)

* updates for new data loading

* implement sharding for squad readers

* implement apply_token_indexers

* update tests

* fixes

* fixes

* fix

* fix image build

* make linter happy

* try setting seed

* refactor lm tests

* update CHANGELOG

* undo branch patch

* ensure vision CI runs on every commit (#120)

* ensure vision CI runs on every commit

* try fix CHANGELOG check

* improve generation dataset readers (#122)

* improve generation dataset readers

* clean up

* format

* fix TransformerQA predictor test (#145) (#146)

Co-authored-by: Evan Pete Walsh <[email protected]>

* Training config test fix (#157)

* fix training configs and config tests

* update CHANGELOG

* fix

* fix test-install CI job (#172)

* fix test-install CI job

* show pip freeze output

* fix

* fix LM training config

* fix SNLI reader

* VE model card (#189)

* task card and model card for visual entailment

* update archive

* fixes for data loading updates in core (#192)

* fixes for data loading updates in core

* fix

* fix piqa reader test

* Moving vision models (#199)

* Moving vision models

* Formatting

* Prepare for release v2.0.0rc1

* Forgot some changes in the Changelog

* Run against the main branch of allennlp

Co-authored-by: Dirk Groeneveld <[email protected]>
Co-authored-by: Akshita Bhagia <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant