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
{{ message }}
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.
I figured out how to build a feature extractor and now I'm stuck on loading checkpoints because I don't have a json config file -- is there an example of one?
ghost
changed the title
Build a feature extractor?
Configuration file?
Nov 10, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
To make an inspirational generation, you first need to build a feature extractor:
python save_feature_extractor.py {vgg16, vgg19} $PATH_TO_THE_OUTPUT_FEATURE_EXTRACTOR --layers 3 4 5
Where do we get this $PATH_TO_THE_OUTPUT_FEATURE_EXTRACTOR from? I don't see one provided with the repo or instructions on high to acquire one..
The text was updated successfully, but these errors were encountered: