Skip to content

Commit

Permalink
Add notebook links to readme
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
kwatcharasupat authored Jan 2, 2022
1 parent b68874d commit e2fb8f4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pip install .[tests]
pytest tests/ --cov=latte
```

## Example
## Quick Examples

### Functional API
```python
Expand Down Expand Up @@ -116,6 +116,12 @@ for data, attributes in range(batches):
mig_val = mig.result()
```

## Example Notebooks

See Latte in action with Morpho-MNIST example notebooks on Google Colab:
- <a href="https://colab.research.google.com/github/karnwatcharasupat/latte/blob/main/examples/morphomnist/morphomnist-torch.ipynb">**PyTorch (vanilla)**</a>
- <a href="https://colab.research.google.com/github/karnwatcharasupat/latte/blob/main/examples/morphomnist/morphomnist-lightning.ipynb">**PyTorch Lightning**</a>
- <a href="https://colab.research.google.com/github/karnwatcharasupat/latte/blob/main/examples/morphomnist/morphomnist-keras.ipynb">**TensorFlow/Keras**</a>

## Documentation

Expand Down

0 comments on commit e2fb8f4

Please sign in to comment.