Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do i produce train.hdf5 file ? #32

Open
mmanishh opened this issue Apr 19, 2018 · 1 comment
Open

How do i produce train.hdf5 file ? #32

mmanishh opened this issue Apr 19, 2018 · 1 comment

Comments

@mmanishh
Copy link

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?

@barnwal-paras
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants