-
Notifications
You must be signed in to change notification settings - Fork 493
Closed
Description
Before releasing DLP 1.0, we should take the opportunity to clean-up KerasImageFileEstimator's params. Specifically we should:
- Update
KerasImageFileEstimator.validateParamsto check that theimageLoaderandmodelFileparams aren't being tuned. Right now if a user passes said params in a paramMap passed tofitorfitMultiple, we silently ignore the passed params & just use the param values already set in the estimator. - Check to make sure we don't have any other untunable params like those mentioned above.
- Remove unused params e.g.
inputImageNodeName,outputImageNodeName
Metadata
Metadata
Assignees
Labels
No labels