Skip to content

Commit

Permalink
add git lfs issue to todo
Browse files Browse the repository at this point in the history
  • Loading branch information
simeneide committed Jul 5, 2021
1 parent b90f61c commit 62fb4fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ <h2 id="Todo">Todo<a class="anchor-link" href="#Todo"> </a></h2><p>This reposito
<li>[x] Maintain a pytorch dataset for easy usage</li>
<li>[x] Create a pip package for easier installation and usage. the package should download the dataset using a function.</li>
<li>[x] Make the quickstart guide compatible with the pip package and numpy format.</li>
<li>[ ] 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 <a href="https://github.com/fastai/nbdev/issues/506">posted on nbdev</a>.</li>
<li>[ ] Add easily useable functions that compute relevant metrics such as hitrate, log-likelihood etc.</li>
<li>[ ] Distribute the data on other platforms such as kaggle.</li>
<li>[ ] Add a short description of the data in the readme.md directly.</li>
Expand Down
1 change: 1 addition & 0 deletions index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 62fb4fa

Please sign in to comment.