Skip to content

Commit

Permalink
add todo section to README
Browse files Browse the repository at this point in the history
  • Loading branch information
bdsaglam committed Jul 10, 2022
1 parent a3649ce commit a06b99b
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,7 @@ learn = Learner(
## Tutorials

[Video distortion detection](https://bdsaglam.github.io/fastmtl/tutorial.vqa)

## TODO
- [ ] Support tabular learner
- [ ] Support fastai>=2.7
10 changes: 10 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,16 @@ <h2 id="Tutorials">Tutorials<a class="anchor-link" href="#Tutorials"> </a></h2>
<div class="text_cell_render border-box-sizing rendered_html">
<p><a href="https://bdsaglam.github.io/fastmtl/tutorial.vqa">Video distortion detection</a></p>

</div>
</div>
</div>
<div class="cell border-box-sizing text_cell rendered"><div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html">
<h2 id="TODO">TODO<a class="anchor-link" href="#TODO"> </a></h2><ul>
<li>[ ] Support tabular learner</li>
<li>[ ] Support fastai&gt;=2.7</li>
</ul>

</div>
</div>
</div>
Expand Down
14 changes: 14 additions & 0 deletions nbs/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,20 @@
"source": [
"[Video distortion detection](https://bdsaglam.github.io/fastmtl/tutorial.vqa)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## TODO\n",
"- [ ] Support tabular learner\n",
"- [ ] Support fastai>=2.7"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": []
}
],
"metadata": {
Expand Down

0 comments on commit a06b99b

Please sign in to comment.