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

Introducing the scores to the outputs #301

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
updating the setup
  • Loading branch information
matteocacciola committed May 30, 2024
commit 7628c2b76be36d8650db0e37192ae2fa7ac4910c
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ def read_long_description():
long_description=read_long_description(),
long_description_content_type="text/markdown",
author="Geewook Kim, Teakgyu Hong, Moonbin Yim, JeongYeon Nam, Jinyoung Park, Jinyeong Yim, Wonseok Hwang, Sangdoo Yun, Dongyoon Han, Seunghyun Park, Matteo Cacciola",
author_email="[email protected]",
url="https://github.com/matteocacciola/donut",
author_email="[email protected], [email protected]",
url="https://github.com/clovaai/donut, https://github.com/matteocacciola/donut",
license="MIT",
packages=find_packages(
exclude=[
Expand Down