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
I'm struggling to adapt this example to version 0.11
In TFModelScorer.LoadModel,
MLContext.Transforms.Resize and ImagePixelExtractorTransformer are not available, so I tried to do it this way:
I'm struggling to adapt this example to version 0.11
In TFModelScorer.LoadModel,
MLContext.Transforms.Resize and ImagePixelExtractorTransformer are not available, so I tried to do it this way:
Change
to
but this results in an error, It seems like I'm missing a dimension
Since the tensorflow model is the same as it works in v0.10, I must be doing something wrong.
Does anyone know the proper way to adapt this example?
The text was updated successfully, but these errors were encountered: