-
Notifications
You must be signed in to change notification settings - Fork 643
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
Preprocessing for mean standardization. #64
Comments
@akirasosa To add this functionality a change needs to the made in the CoreML proto and Framework.
|
@aseemw
Is there a public github project for it? I would like to watch it. |
Hey, is there a documented solution for it? I'm in the same situation. Thanks! |
ema model stepping done automatically now
I use Keras and use featurewise_center and featurewise_std_normalization. Then, I have mean and std for each channels.
But coreml provides only redBias, greenBias, blueBias and imageScale, so that I can not scale for each channels respectively.
Could you provide options something like redScale, greenScale and blueScale?
The text was updated successfully, but these errors were encountered: