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

no meta file generated after the training #360

Open
sachinkmohan opened this issue Feb 14, 2022 · 3 comments
Open

no meta file generated after the training #360

sachinkmohan opened this issue Feb 14, 2022 · 3 comments

Comments

@sachinkmohan
Copy link

There are no meta file generated. These are the files generated after 2 epochs. Can someone please help.

vgg_unet_1.00001.index
vgg_unet_1.00001.data-00000-of-00001
vgg_unet_1.00002.index
vgg_unet_1.00002.data-00000-of-00001
@varungupta31
Copy link

Did you find a solution?
In my case, there is only checkpoint _config.json
and checkpoint contains

model_checkpoint_path: ".00001"
all_model_checkpoint_paths: ".00001"

@sachinkmohan
Copy link
Author

I am using model.save or model.save_weights. So I am no more working with the checkpoint files. However it would be good to know about this.

@varungupta31
Copy link

Yes, I too then changed the code to save an '.h5' file, and now my model gets saved. (refered this)
In your case, I atleast see index and data files (assuming you made no changed in the cloned repo). However, the code doesn't generate even these in my case.

Thanks for your inputs.

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