|
12 | 12 | <img src="https://img.shields.io/pypi/pyversions/deel-lip.svg"> |
13 | 13 | </a> |
14 | 14 | <a href="https://github.com/deel-ai/deel-lip/actions/workflows/python-linters.yml"> |
15 | | - <img alt="PyLint" src="https://github.com/deel-ai/deel-lip/actions/workflows/python-linters.yml/badge.svg?branch=master"> |
| 15 | + <img alt="PyLint" src="https://github.com/deel-ai/deel-lip/actions/workflows/python-linters.yml/badge.svg?branch=keras3"> |
16 | 16 | </a> |
17 | 17 | <a href="https://github.com/deel-ai/deel-lip/actions/workflows/python-tests.yml"> |
18 | | - <img alt="Tox" src="https://github.com/deel-ai/deel-lip/actions/workflows/python-linters.yml/badge.svg?branch=master"> |
| 18 | + <img alt="Tox" src="https://github.com/deel-ai/deel-lip/actions/workflows/python-linters.yml/badge.svg?branch=keras3"> |
19 | 19 | </a> |
20 | 20 | <a href="https://pypi.org/project/deel-lip"> |
21 | 21 | <img alt="Pypi" src="https://img.shields.io/pypi/v/deel-lip.svg"> |
@@ -76,12 +76,12 @@ supports tensorflow versions 2.x. |
76 | 76 |
|
77 | 77 | | **Tutorial Name** | Notebook | |
78 | 78 | | :-------------------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------: | |
79 | | -| Getting Started 1 - Creating a 1-Lipschitz neural network | [](https://colab.research.google.com/github/deel-ai/deel-lip/blob/master/docs/notebooks/Getting_started_1.ipynb) | |
80 | | -| Getting Started 2 - Training an adversarially robust 1-Lipschitz neural network | [](https://colab.research.google.com/github/deel-ai/deel-lip/blob/master/docs/notebooks/Getting_started_2.ipynb) | |
81 | | -| Wasserstein distance estimation on toy example | [](https://colab.research.google.com/github/deel-ai/deel-lip/blob/master/docs/notebooks/demo1.ipynb) | |
82 | | -| HKR Classifier on toy dataset | [](https://colab.research.google.com/github/deel-ai/deel-lip/blob/master/docs/notebooks/demo2.ipynb) | |
83 | | -| HKR classifier on MNIST dataset | [](https://colab.research.google.com/github/deel-ai/deel-lip/blob/master/docs/notebooks/demo3.ipynb) | |
84 | | -| HKR multiclass and fooling | [](https://colab.research.google.com/github/deel-ai/deel-lip/blob/master/docs/notebooks/demo4.ipynb) | |
| 79 | +| Getting Started 1 - Creating a 1-Lipschitz neural network | [](https://colab.research.google.com/github/deel-ai/deel-lip/blob/keras3/docs/notebooks/Getting_started_1.ipynb) | |
| 80 | +| Getting Started 2 - Training an adversarially robust 1-Lipschitz neural network | [](https://colab.research.google.com/github/deel-ai/deel-lip/blob/keras3/docs/notebooks/Getting_started_2.ipynb) | |
| 81 | +| Wasserstein distance estimation on toy example | [](https://colab.research.google.com/github/deel-ai/deel-lip/blob/keras3/docs/notebooks/demo1.ipynb) | |
| 82 | +| HKR Classifier on toy dataset | [](https://colab.research.google.com/github/deel-ai/deel-lip/blob/keras3/docs/notebooks/demo2.ipynb) | |
| 83 | +| HKR classifier on MNIST dataset | [](https://colab.research.google.com/github/deel-ai/deel-lip/blob/keras3/docs/notebooks/demo3.ipynb) | |
| 84 | +| HKR multiclass and fooling | [](https://colab.research.google.com/github/deel-ai/deel-lip/blob/keras3/docs/notebooks/demo4.ipynb) | |
85 | 85 |
|
86 | 86 |
|
87 | 87 | ## 📦 What's Included |
|
0 commit comments