headlines icon indicating copy to clipboard operation
headlines copied to clipboard

How do i produce train.hdf5 file ?

Open mmanishh opened this issue 6 years ago • 1 comments

How do i produce train.hdf5 file to load weights in model ? or How do i download train.hdf5 file to load weights in model in train.py?

mmanishh avatar Apr 19 '18 16:04 mmanishh

You can skip this step. I think that line was for loading the model that you trained in previous cells. Or alternatively use this to save the model first save_model_hdf5(object, filepath, overwrite = TRUE, include_optimizer = TRUE) and then execute that cell.

barnwal-paras avatar Dec 30 '18 10:12 barnwal-paras