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

ENH: update app dockerfiles + add mypy/flake8 to github ci + support weights from timm #51

Merged
merged 18 commits into from
Dec 26, 2022

Conversation

kaczmarj
Copy link
Member

This pull request does the following:

  • use the docker image tag 'kaczmarj/wsinfer'
  • in dockerfiles, copy wsinfer to /opt/wsinfer
  • add shields for python versions and pypi version to readme
  • add version key to yaml files. right now, we only support "1.0"
  • support loading weights made by timm. the state dict file has a key "state_dict" with the weights. Use that if it exists.
  • add flake8 and mypy checks to github ci.
  • fix all flake8 and mypy errors.
  • move patching cli to the 'wsinfer.cli' namespace.

@kaczmarj kaczmarj merged commit bc41cab into main Dec 26, 2022
@kaczmarj kaczmarj deleted the enh/docker-wsinfer branch December 26, 2022 23:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant