Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optim-wip: Miscellaneous Fixes #955

Open
wants to merge 42 commits into
base: optim-wip
Choose a base branch
from

Conversation

ProGamerGov
Copy link
Contributor

@ProGamerGov ProGamerGov commented May 25, 2022

  • Wrap all remaining torch.__version__ calls in version.parse.
  • Remove unused version check in typing.py.
  • Expose MaxPool2dRelaxed to users so that tutorials using it work.
  • Expose dataset module to users.
  • Fixed show & save_tensor_as_image docs.
  • Added the packaging library to setup.py. While users are likely to already have it installed, there's still a chance that they may not. It's one of the core libraries from the Python Packaging Authority, but it's not included with the base Python installation: https://packaging.python.org/en/latest/key_projects/#pypa-projects
  • Add an alias for ImageTensor.open , with ImageTensor.load. The load function name fits nicer with torch.load & other PyTorch related functions, so that should improve usability.
  • Fix docs for Sphinx.
  • Improve InputOptimization docs & testing coverage.

* Wrap all remaining `torch.__version__` calls in `version.parse`.
* Remove unused version check in `typing.py`.
* Expose `MaxPool2dRelaxed` to users so that tutorials using it work.
* Expose `dataset` module to users.
* Fixed `show` & `save_tensor_as_image` docs.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants