Closed sandeep-krishnamurthy closed 6 years ago
Using Beta package pip install keras-mxnet --pre
,
Thanks for your contributions @sandeep-krishnamurthy
As discussed offline, I noticed that reuters_mlp_relu_vs_selu.py
example doesn't work on CPU.
Here is the simple bind error message -
InferShape pass cannot decide shapes for the following arguments (0s means unknown dimensions). Please consider providing them as inputs:
You mentioned that its because network2 doesn't support AlphaDropout
So lets disable this example on our end?
Rest of the examples are working fine on CPU using the beta package. Tested on Mac & C5.18xlarge
@kalyc - Thank you!
Testing Done:
@kalyc @roywei