diff --git a/README.md b/README.md index e2fe365..0ad70bf 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,7 @@ There are some features of the repository that we are working on: - [x] Maintain a pytorch dataset for easy usage - [x] Create a pip package for easier installation and usage. the package should download the dataset using a function. - [x] Make the quickstart guide compatible with the pip package and numpy format. +- [ ] The git lfs is currently broken by removing some lines in .gitattributes that is in conflict with nbdev. The dataset is still usable using the building download functions as they use a different source. However, we should fix this. An issue is [posted on nbdev](https://github.com/fastai/nbdev/issues/506). - [ ] Add easily useable functions that compute relevant metrics such as hitrate, log-likelihood etc. - [ ] Distribute the data on other platforms such as kaggle. - [ ] Add a short description of the data in the readme.md directly. diff --git a/docs/index.html b/docs/index.html index 7e71eee..3bcfdb8 100644 --- a/docs/index.html +++ b/docs/index.html @@ -128,6 +128,7 @@

Todo

This reposito

  • [x] Maintain a pytorch dataset for easy usage
  • [x] Create a pip package for easier installation and usage. the package should download the dataset using a function.
  • [x] Make the quickstart guide compatible with the pip package and numpy format.
  • +
  • [ ] The git lfs is currently broken by removing some lines in .gitattributes that is in conflict with nbdev. The dataset is still usable using the building download functions as they use a different source. However, we should fix this. An issue is posted on nbdev.
  • [ ] Add easily useable functions that compute relevant metrics such as hitrate, log-likelihood etc.
  • [ ] Distribute the data on other platforms such as kaggle.
  • [ ] Add a short description of the data in the readme.md directly.
  • diff --git a/index.ipynb b/index.ipynb index d20aa34..ab717e4 100644 --- a/index.ipynb +++ b/index.ipynb @@ -126,6 +126,7 @@ "- [x] Maintain a pytorch dataset for easy usage\n", "- [x] Create a pip package for easier installation and usage. the package should download the dataset using a function.\n", "- [x] Make the quickstart guide compatible with the pip package and numpy format.\n", + "- [ ] The git lfs is currently broken by removing some lines in .gitattributes that is in conflict with nbdev. The dataset is still usable using the building download functions as they use a different source. However, we should fix this. An issue is [posted on nbdev](https://github.com/fastai/nbdev/issues/506).\n", "- [ ] Add easily useable functions that compute relevant metrics such as hitrate, log-likelihood etc.\n", "- [ ] Distribute the data on other platforms such as kaggle.\n", "- [ ] Add a short description of the data in the readme.md directly.\n",