None Traceback (most recent call last): File "./yad2k.py", line 270, in _main(parser.parse_args()) File "./yad2k.py", line 254, in _main model.save('{}'.format(output_path)) File "C:\Users\eshwa\Anaconda3\lib\site-packages\keras\engine\network.py", line 1090, in save save_model(self, filepath, overwrite, include_optimizer) File "C:\Users\eshwa\Anaconda3\lib\site-packages\keras\engine\saving.py", line 367, in save_model raise ImportError('save_model requires h5py.') ImportError: save_model requires h5py.
I am not able to save h5 file. After the entire process, it is showing this error
None Traceback (most recent call last): File "./yad2k.py", line 270, in _main(parser.parse_args()) File "./yad2k.py", line 254, in _main model.save('{}'.format(output_path)) File "C:\Users\eshwa\Anaconda3\lib\site-packages\keras\engine\network.py", line 1090, in save save_model(self, filepath, overwrite, include_optimizer) File "C:\Users\eshwa\Anaconda3\lib\site-packages\keras\engine\saving.py", line 367, in save_model raise ImportError('
save_model
requires h5py.') ImportError:save_model
requires h5py.I am not able to save h5 file. After the entire process, it is showing this error