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 can I get model_vgg_config.pickle and what is exactly stored in model_vgg_config.pickle? #95

Open
shamine5 opened this issue Jul 7, 2022 · 1 comment

Comments

@shamine5
Copy link

shamine5 commented Jul 7, 2022

No description provided.

@shamine5 shamine5 changed the title How can I get model_vgg_config.pickle and what is exactly stored in model_vgg_config.pickle How can I get model_vgg_config.pickle and what is exactly stored in model_vgg_config.pickle? Jul 7, 2022
@vitusdama
Copy link

u get the model_vgg_config.pickle from these lines
with open(config_output_filename, 'wb') as config_f: pickle.dump(C,config_f) print('Config has been written to {}, and can be loaded when testing to ensure correct results'.format(config_output_filename))
and it stores the config class u made

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