mseitzer

Results 3 issues of mseitzer

Hi, I would like to apply the Cockpit library to my problem, which is using the Gaussian log-likelihood for training. If I only want to look at first-order information, this...

Hi, I noticed that `cached_url_opener` checks the file types of cached files before opening them: https://github.com/webdataset/webdataset/blob/21a73ded7512d076c1d82e03eccfe6b16fdad8ad/webdataset/cache.py#L140 To do so, it calls the `get_filetype` method (https://github.com/webdataset/webdataset/blob/21a73ded7512d076c1d82e03eccfe6b16fdad8ad/webdataset/cache.py#L93), which calls out to the...

enhancement

* Switch from `setup.py` to Poetry to manage dependencies and package builds * Add pre-commit config that manages linting * Add `.editorconfig` * Various formatting to pass linting