Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed the Value error in Example from activation.py
Passing Python list directly to the keras layer object in Example from activation.py is throwing Value error. Fixed the error by passing tensor as a input. Here is the [gist](https://colab.sandbox.google.com/gist/LakshmiKalaKadali/caefd982bfff4ff6c4139784236c3a17/quickstart_colab.ipynb#scrollTo=F3hV2zfCb7Nu). Thank You
- Loading branch information