From 2bccbfbbfb9e68b9ec4700d5e5a9335e7c09d86e Mon Sep 17 00:00:00 2001 From: Nicolas Hug Date: Mon, 24 Jul 2023 11:55:54 +0100 Subject: [PATCH 1/2] Add status notice in README of prototype datasets --- torchvision/prototype/datasets/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 torchvision/prototype/datasets/README.md diff --git a/torchvision/prototype/datasets/README.md b/torchvision/prototype/datasets/README.md new file mode 100644 index 00000000000..d15a30ddf1e --- /dev/null +++ b/torchvision/prototype/datasets/README.md @@ -0,0 +1,7 @@ +# Status of prototype datasets + +These prototype datasets are based on torchdata's datapipes. Torchdata +development [is +paused](https://github.com/pytorch/data/#torchdata-see-note-below-on-current-status) +as of July 2023, so we are not actively maintaining this module. There is no +estimated date for a stable release of these datasets. From 5f2e4c145e0b5926107efc56a406ba5908f30741 Mon Sep 17 00:00:00 2001 From: Nicolas Hug Date: Mon, 24 Jul 2023 13:03:39 +0100 Subject: [PATCH 2/2] Update torchvision/prototype/datasets/README.md Co-authored-by: Philip Meier --- torchvision/prototype/datasets/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torchvision/prototype/datasets/README.md b/torchvision/prototype/datasets/README.md index d15a30ddf1e..79b426caaf3 100644 --- a/torchvision/prototype/datasets/README.md +++ b/torchvision/prototype/datasets/README.md @@ -1,6 +1,6 @@ # Status of prototype datasets -These prototype datasets are based on torchdata's datapipes. Torchdata +These prototype datasets are based on [torchdata](https://github.com/pytorch/data)'s datapipes. Torchdata development [is paused](https://github.com/pytorch/data/#torchdata-see-note-below-on-current-status) as of July 2023, so we are not actively maintaining this module. There is no