I need to save my new sequential model but when I use the model.save(filename),it shows error like save_model requires hp5y.I tried installing h5py in conda by 'conda install -c anaconda h5py'command. And I also installed cython,but then the error exists .what should I do?
Asked
Active
Viewed 72 times
-1
-
I run this in pycharm tool where the environment is conda environment.Is there any solution for this? – Mythili Feb 07 '20 at 09:59
-
Please share how you fixed this by posting it as an answer to your own question – FlyingTeller Feb 07 '20 at 10:06
-
I just included the package of h5py in pycharm tool – Mythili Feb 07 '20 at 10:13
1 Answers
0
one should include the package in pycharm project interpreter after being downloaded in the conda environment.

Mythili
- 11
- 2