Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkTuddenham authored May 9, 2022
1 parent f2d5bc1 commit ea9e841
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
# Orthogonalised Optimisers

### Anonymised Repo
If you're looking at the anonymised repo then you can't clone/download it.
However, you can just download the relevant files individually:

```bash
mkdir -p Orthogonal-Optimisers
cd Orthogonal-Optmiser
mkdir src/orth_optim
wget https://anonymous.4open.science/api/repo/Orthogonal-Optimisers/file/setup.py
wget https://anonymous.4open.science/api/repo/Orthogonal-Optimisers/file/src/orth_optim/__init__.py -O src/orth_optim/__init__.py
```
Code for [Orthogonalising gradients to speed up neural network optimisation](https://arxiv.org/abs/2202.07052)

## Install package
```bash
Expand Down

0 comments on commit ea9e841

Please sign in to comment.