1
1
# tf-explain
2
2
3
3
[ ![ Pypi Version] ( https://img.shields.io/pypi/v/tf-explain.svg )] ( https://pypi.org/project/tf-explain/ )
4
- [ ![ Build Status] ( https://api.travis-ci.org /sicara/tf-explain. svg?branch=master )] ( https://travis-ci.org /sicara/tf-explain )
4
+ [ ![ Build Status] ( https://github.com /sicara/tf-explain/actions/workflows/ci.yml/badge. svg )] ( https://github.com /sicara/tf-explain/actions )
5
5
[ ![ Documentation Status] ( https://readthedocs.org/projects/tf-explain/badge/?version=latest )] ( https://tf-explain.readthedocs.io/en/latest/?badge=latest )
6
6
![ Python Versions] ( https://img.shields.io/badge/python-3.6%20%7C%203.7%20%7C%203.8-%23EBBD68.svg )
7
7
![ Tensorflow Versions] ( https://img.shields.io/badge/tensorflow-2.x-blue.svg )
@@ -17,7 +17,7 @@ __Documentation__: https://tf-explain.readthedocs.io
17
17
__ tf-explain__ is available on PyPi as an alpha release. To install it:
18
18
19
19
``` bash
20
- virtualenv venv -p python3.6
20
+ virtualenv venv -p python3.8
21
21
pip install tf-explain
22
22
```
23
23
@@ -26,7 +26,7 @@ to let you choose between full and standalone-CPU versions. Additionally to the
26
26
27
27
``` bash
28
28
# For CPU or GPU
29
- pip install tensorflow==2.2 .0
29
+ pip install tensorflow==2.6 .0
30
30
```
31
31
Opencv is also a dependency. To install it, run:
32
32
``` bash
@@ -281,7 +281,7 @@ model.fit(x_train, y_train, batch_size=2, epochs=2, callbacks=callbacks)
281
281
- [ ] Additional Methods
282
282
- [ ] [ GradCAM++] ( https://arxiv.org/abs/1710.11063 )
283
283
- [x] [ Integrated Gradients] ( https://arxiv.org/abs/1703.01365 )
284
- - [ ] [ Guided SmoothGrad] ( https://arxiv.org/abs/1706.03825 )
284
+ - [x ] [ Guided SmoothGrad] ( https://arxiv.org/abs/1706.03825 )
285
285
- [ ] [ LRP] ( https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0130140 )
286
286
- [ ] Auto-generated API Documentation & Documentation Testing
287
287
0 commit comments