Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
clementpoiret committed Feb 11, 2024
1 parent fb8e4de commit 127435f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,10 @@
> - [ Getting Started](#-getting-started)
> - [ Installation](#-installation)
> - [Running hsf_train](#-running-hsf_train)
> - [ Tests](#-tests)
> - [ Project Roadmap](#-project-roadmap)
> - [ Changelog](#-changelog)
> - [ Contributing](#-contributing)
> - [ License](#-license)
> - [ Acknowledgments](#-acknowledgments)
> - [ Citing HSF](#-citing-hsf)
---

Expand Down Expand Up @@ -266,7 +265,9 @@ Example command to fine-tune a model:
python finetune.py datasets=custom_dataset finetuning.out_channels=8 models.lr=1e-3 models.use_forgiving_loss=False
```

### Changelog
---

## Changelog

The implementation of the `hsf_train` repository is slightly different for the original paper as it proposes several improvements and optimizations.

Expand Down

0 comments on commit 127435f

Please sign in to comment.