Zain Ul Abidin

Results 3 comments of Zain Ul Abidin

The error at the end is different than the warnings. you can downgrade your keras with `pip install keras==1.2.2` if you don't want to bother about `keras 2` much. Otherwise,...

@krishnakarthi , looks like the issue is coming due to difference in "input_shape" and "input_tensor" parameters. Are you passing both?

`npm install --save-dev babel-preset-react-hmre` change `module` section in `webpack.config.js` ``` module: { loaders: [ { test: /\.js$/, exclude: /node_modules/, loader: 'babel-loader?presets[]=es2015&presets[]=react&presets[]=react-hmre', } ] } ``` in `package.json` change `scripts` section...