Ludwig Schubert

Results 27 issues of 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...

enhancement
patch welcomed

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...

enhancement
lucid.modelzoo

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...

enhancement

_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...

enhancement

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

enhancement

- [ ] (Maybe) Run linter first - [ ] Run unit tests on both platforms - [ ] if tagged commit, run integration tests - [ ] if success,...

enhancement
infrastructure

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...

enhancement

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...

enhancement