You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
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
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
No description provided.
The text was updated successfully, but these errors were encountered: