-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update README.md * Fix pre-commit issues in README Signed-off-by: Fabrice Normandin <normandf@mila.quebec> * Fix broken link to examples in README, add table - Fixes #88 - Adds a table to the examples landing page Signed-off-by: Fabrice Normandin <normandf@mila.quebec> * Fix links in the table, rename example file Signed-off-by: Fabrice Normandin <normandf@mila.quebec> --------- Signed-off-by: Fabrice Normandin <normandf@mila.quebec>
- Loading branch information
Showing
4 changed files
with
31 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
# Examples | ||
|
||
Here are some examples to get started with the template. | ||
<!-- | ||
## TODOs: | ||
This template includes examples that use either Jax, PyTorch, or both! | ||
|
||
- [ ] Show examples (that are also to be tested with doctest or similar) of how to add a new algo. | ||
- [ ] Show examples of how to add a new datamodule. | ||
- [ ] Add a link to the RL example once [#13](https://github.com/mila-iqia/ResearchTemplate/issues/13) is done. | ||
- [ ] Add a link to the NLP example once [#14](https://github.com/mila-iqia/ResearchTemplate/issues/14) is done. | ||
- [ ] Add an example of how to use Jax for the dataset/dataloading: --> | ||
| Example link | Research Area | Reference link | Frameworks | | ||
| --------------------------------------- | ------------------------------------------ | ------------------ | --------------- | | ||
| [ExampleAlgorithm](torch_sl_example.md) | Supervised Learning (image classification) | `ExampleAlgorithm` | Torch + ⚡ | | ||
| [JaxExample](jax_sl_example.md) | Supervised Learning (image classification) | `JaxExample` | Torch + Jax + ⚡ | | ||
| [HFExample](nlp.md) | NLP (text classification) | `HFExample` | Torch + 🤗 + ⚡ | | ||
| [JaxRLExample](jax_rl_example.md) | RL | `JaxRLExample` | Jax | |
File renamed without changes.