Skip to content

Commit

Permalink
Removed max pooling warning on docs
Browse files Browse the repository at this point in the history
  • Loading branch information
NEGU93 committed Jan 20, 2021
1 parent d6da458 commit 2470331
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cvnn/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.0.2'
__version__ = '1.0.3'
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Complex-Valued Neural Network (CVNN)
====================================

:Author: J. Agustin Barrachina
:Version: 1.0.2 of 01/20/2021
:Version: 1.0.3 of 01/20/2021


Content
Expand Down
3 changes: 0 additions & 3 deletions docs/layers/complex_pooling_2d.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ Complex Max Pooling 2D
Max pooling operation for 2D spatial data.
Works for complex dtype using the absolute value to get the max.

.. warning::
ATTENTION: This layer seams to be doing a strange casting to real when implemented in a Sequential model. It is therefore not correctly working for the moment.

**Complex dtype example**

First, let's create a complex image
Expand Down
2 changes: 1 addition & 1 deletion tests/test_several_datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,11 @@ def random_dataset():


def test_datasets():
run_gaussian_dataset_montecarlo(epochs=2, iterations=1)
random_dataset()
cifar10_test()
fashion_mnist_example()
mnist_example()
# run_gaussian_dataset_montecarlo(epochs=2, iterations=1)


if __name__ == '__main__':
Expand Down

0 comments on commit 2470331

Please sign in to comment.