You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #97 from deel-ai/feat/test_uniformization
Merge the unit tests using pytest. All tests are common with keras3 branch, and also torchlip library (https://github.com/deel-ai/deel-torchlip)
The only difference is in the file:
tests/utils_framework.py
Modify Readme.md + docs/index.md to change the banners
increment to minor version 1.5.1
> **Incompatibility with TensorFlow >= 2.16 and Keras 3**
45
45
>
46
46
> Due to significant changes introduced in TensorFlow version 2.16 and Keras 3, this
47
-
> package is currently incompatible with TensorFlow versions 2.16 and above. Users are
48
-
> advised to use TensorFlow versions lower than 2.16 to ensure compatibility and proper
49
-
> functionality of this package.
47
+
> 'master' branch is currently incompatible with TensorFlow versions 2.16 and above.
50
48
>
51
49
> We're excited to announce that a nightly version of deel-lip with support for Keras 3
52
50
> is now available for testing! If you'd like to experiment with the latest updates
@@ -136,7 +134,8 @@ More from the DEEL project:
136
134
137
135
- [Xplique](https://github.com/deel-ai/xplique) a Python library exclusively dedicated to explaining neural networks.
138
136
- [Influenciae](https://github.com/deel-ai/influenciae) Python toolkit dedicated to computing influence values forthe discovery of potentially problematic samplesin a dataset.
139
-
- [deel-torchlip](https://github.com/deel-ai/deel-torchlip) a Python library for training k-Lipschitz neural networks on PyTorch.
137
+
- [deel-TorchLip](https://github.com/deel-ai/deel-torchlip) a Python library for training k-Lipschitz neural networks on PyTorch.
138
+
- [Oodeel](https://github.com/deel-ai/oodeel) a Python library for post-hoc deep OOD (Out-of-Distribution) detection on already trained neural network image classifiers
140
139
- [DEEL White paper](https://arxiv.org/abs/2103.10529) a summary of the DEEL team on the challenges of certifiable AI and the role of data quality, representativity and explainability for this purpose.
0 commit comments