I tried the "heamy" module as shown in this example and it works as expected.
https://github.com/rushter/heamy/blob/master/examples/walkthrough.ipynb
I expected the line 24 to fail as Sequential class is not imported anywhere in the script. mlp_model function should not complete without error, I guess. What am I missing?
I tried the "heamy" module as shown in this example and it works as expected.
https://github.com/rushter/heamy/blob/master/examples/walkthrough.ipynb
I expected the line 24 to fail as Sequential class is not imported anywhere in the script. mlp_model function should not complete without error, I guess. What am I missing?