GenderClassifierCNN
GenderClassifierCNN copied to clipboard
Gender classifier mistake
Good day just interesting about Gender classifier
when i try to use your model I have the mistake
java.lang.IllegalArgumentException: No OpKernel was registered to support Op 'DecodeJpeg' used by {{node DecodeJpeg}}with these attrs: [dct_method="", channels=3, acceptable_fraction=1, fancy_upscaling=true, try_recover_truncated=false, ratio=1]
it is look like I don't know exactly about input parameters
is it should be something like this? private static final int INPUT_SIZE = 224; private static final int IMAGE_MEAN = 117; private static final float IMAGE_STD = 1; private static final String INPUT_NAME = "Placeholder"; private static final String OUTPUT_NAME = "final_result";