Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
agosztolai authored Mar 9, 2024
1 parent fa83152 commit 9f90a69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ We recommend you install the code in a fresh Anaconda virtual environment, as fo
git clone https://github.com/agosztolai/MARBLE
```

- Then, create a new anaconda environment using the provided environment file that matches your system.
- Then, create a new Anaconda environment using the provided environment file that matches your system.
- For Linux machines with CUDA:

`conda env create -f environment.yml`
Expand Down Expand Up @@ -242,7 +242,7 @@ One of the main features of our method is the ability to run in two different mo

To enable geometry-agnostic mode, set `inner_product_features=True` in training `params`. This engages an additional layer in the network after the computation of gradients, which makes them rotation invariant.

As a slight cost of expressivity, this feature enables the orientation- and geometry-independent representation of dynamics over the manifolds. Amongst others, this allows one to recognise similar dynamics across different manifolds. See [RNN example](https://github.com/agosztolai/MARBLE/blob/doc/examples/RNN/RNN.ipynb) for an illustration.
As a slight cost of expressivity, this feature enables the orientation- and geometry-independent representation of dynamics over the manifolds. Amongst others, this allows one to recognise similar dynamics across different manifolds. See [RNN example](https://github.com/agosztolai/MARBLE/blob/main/examples/RNN/RNN.ipynb) for an illustration.


## Troubleshooting guide
Expand Down

0 comments on commit 9f90a69

Please sign in to comment.