Ludwig Schubert
Ludwig Schubert
`ListRow#clear` only empties a line, `delete` would remove it so no empty line is left over. I've looked into the source code but I'm not sure whether there could be...
It looks like modelzoo could directly support the new SavedModel standard. We would still need the metadata entries in modelzoo, but no longer require manual freezing of Variables into Constants...
Channels
Allow image params to use an arbitrary amount of channels, then ensure that image_shape uses that correctly.
_inspired by #101_ Consider printing a warning if final image input doesn't match the model's declared `input_shape`. More flexible architectures should still work, so we shouldn't consider that an error—but...
_inspired by #101_ Once we merge in new robustness transforms, `crop_to_size` should probably be in the default transforms. We still want to allow not passing it, but should probably warn...
Likely along the lines of `load(url, as_image=True)` or similar API. For bonus points, try using mime-type first when the URL response comes with one? via @ncammarata
- [ ] (Maybe) Run linter first - [ ] Run unit tests on both platforms - [ ] if tagged commit, run integration tests - [ ] if success,...
Let's assert the tensor shape coming into collapse alpha to be known at graph creation time. Currently you can get an exception if you ask for a `collapse_alpha` transform to...
Things I'd like; maybe together with the asset loader: ## pre-loading hints I'd like to be able to tell the asset loader to go ahead and request my asset. For...