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

Examples: yolo-x training loop example #1324

Merged
merged 6 commits into from
Oct 14, 2021
Merged

Conversation

ditwoo
Copy link
Contributor

@ditwoo ditwoo commented Oct 10, 2021

Pull Request FAQ

Description

Related Issue

Type of Change

  • Examples / docs / tutorials / contributors update
  • Bug fix (non-breaking change which fixes an issue)
  • Improvement (non-breaking change which improves an existing feature)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

PR review

Anyone in the community is free to review the PR once the tests have passed.
If we didn't discuss your PR in Github issues there's a high chance it will not be merged.

Checklist

  • Have you updated tests for the new functionality?
  • Have you added your new classes/functions to the docs?
  • Have you updated the CHANGELOG?
  • Have you run colab minimal CI/CD with latest and minimal requirements?
  • Have you checked XLA integration with single and multiple processes?

@pep8speaks
Copy link

pep8speaks commented Oct 10, 2021

Hello @ditwoo! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 1149:100: E501 line too long (109 > 99 characters)
Line 1153:100: E501 line too long (107 > 99 characters)

Comment last updated at 2021-10-14 17:08:04 UTC

examples/detection/models/__init__.py Show resolved Hide resolved
examples/detection/models/__init__.py Show resolved Hide resolved
examples/detection/models/__init__.py Outdated Show resolved Hide resolved
examples/detection/models/__init__.py Outdated Show resolved Hide resolved
examples/detection/models/__init__.py Outdated Show resolved Hide resolved
examples/detection/models/__init__.py Outdated Show resolved Hide resolved
examples/detection/models/__init__.py Outdated Show resolved Hide resolved
@Scitator Scitator merged commit a6fc305 into master Oct 14, 2021
@mergify mergify bot deleted the detection-yolo-x-example branch October 14, 2021 20:03
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.

None yet

3 participants