Skip to content

Commit

Permalink
Fix broken links in README.md (#97)
Browse files Browse the repository at this point in the history
* Fix broken links in README.md

Signed-off-by: Fabrice Normandin <[email protected]>

* Adjust outdated text in README.md

Signed-off-by: Fabrice Normandin <[email protected]>

* Adjust the note in README.md

Signed-off-by: Fabrice Normandin <[email protected]>

* Adjust wording a tiny bit

Signed-off-by: Fabrice Normandin <[email protected]>

* Use the same wording in docs page as well

Signed-off-by: Fabrice Normandin <[email protected]>

---------

Signed-off-by: Fabrice Normandin <[email protected]>
  • Loading branch information
lebrice authored Dec 5, 2024
1 parent 80b7371 commit 2a3ac85
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This is a project template for ML researchers developed at [Mila](https://www.mi

See [this introduction to the project](https://mila-iqia.github.io/ResearchTemplate/intro) for a detailed description of the context and motivations behind this project.

Please note: This is a Work-in-Progress. The goal is to make a first release by the end of summer 2024.
🚧 Please note: This is a work-in-progress and will get better over time! We want your feedback!πŸ™

## Installation

Expand All @@ -33,13 +33,13 @@ This project makes use of the following libraries:

- [Hydra](https://hydra.cc/) is used to configure the project. It allows you to define configuration files and override them from the command line.
- [PyTorch Lightning](https://lightning.ai/docs/pytorch/stable/) is used to as the training framework. It provides a high-level interface to organize ML research code.
- πŸ”₯ Please note: You can also use [Jax](https://jax.readthedocs.io/en/latest/) with this repo, as is shown in the [Jax example](https://mila-iqia.github.io/ResearchTemplate/examples/jax) πŸ”₯
- πŸ”₯ Please note: You can also use [Jax](https://jax.readthedocs.io/en/latest/) with this repo, as is shown in the [Jax example](https://mila-iqia.github.io/ResearchTemplate/examples/jax_image_classification/) πŸ”₯
- [Weights & Biases](https://wandb.ai) is used to log metrics and visualize results.
- [pytest](https://docs.pytest.org/en/stable/) is used for testing.

## Who is this for? Why should you use this template?

This template comes with [some unique features that can *only* be found here (for now)!](https://mila-iqia.github.io/ResearchTemplate/features/index.md)
This template comes with [some unique features that can *only* be found here (for now)!](https://mila-iqia.github.io/ResearchTemplate/features/)

- [Torch and Jax support](https://mila-iqia.github.io/ResearchTemplate/features/jax/)
- [Rich IDE support for Hydra config files](https://mila-iqia.github.io/ResearchTemplate/features/auto_schema/)
Expand All @@ -48,7 +48,7 @@ This template comes with [some unique features that can *only* be found here (fo

To make the best use of this template, you should ideally already have a good understanding of Python, some experience with PyTorch, and some basic experience with SLURM.

See [this page](https://mila-iqia.github.io/ResearchTemplate/related) for a list of other templates to choose from if this isn't for you.
See [this page](https://mila-iqia.github.io/ResearchTemplate/resources/#other-project-templates) for a list of other templates to choose from if this isn't for you.

Please consider making an issue on this repo if you feel like this could be improved, or something is confusing to you. We very much need and appreciate your feedback! 😊

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![license](https://img.shields.io/badge/License-MIT-green.svg?labelColor=gray)](https://github.com/mila-iqia/ResearchTemplate#license)

!!! note "Work-in-Progress"
Please note: This is a Work-in-Progress. The goal is to make a first release by the end of fall 2024.
Please note: This is a work-in-progress and will get better over time! We want your feedback!πŸ™

This is a research project template. It is meant to be a starting point for ML researchers at [Mila](https://mila.quebec/en).

Expand Down

0 comments on commit 2a3ac85

Please sign in to comment.