Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
馃摑 Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhessey committed Aug 3, 2022
1 parent 5985fda commit efc5f9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Building docs for InnerEye-DeepLearning

1. First, make sure you have all the packages necessary for InnerEye.
1. Install pip dependencies from sphinx-docs/requirements.txt:
2. Install pip dependencies from docs/requirements.txt:

```shell
pip install -r requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion docs/source/md/self_supervised_models.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ folder allows you to train self-supervised models using
[SimCLR](http:https://proceedings.mlr.press/v119/chen20j/chen20j.pdf) or
[BYOL](https://proceedings.neurips.cc/paper/2020/file/f3ada80d5c4ee70142b17b8192b2958e-Paper.pdf). This code runs as a "
bring-your-own-model" self-contained module (
see the [bring-your-own-model instructions]](bring_your_own_model.md)
see the [bring-your-own-model instructions](bring_your_own_model.md)
.

Here, we provide implementations for four datasets to get you kickstarted with self-supervised models:
Expand Down

0 comments on commit efc5f9e

Please sign in to comment.