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

Update for PyTorch 1.10 and Torchvision 0.11.1 #256

Merged
merged 1 commit into from Nov 15, 2021

Conversation

xianyuanliu
Copy link
Member

@xianyuanliu xianyuanliu commented Nov 15, 2021

Fixes #255.

Description

Fix a bug for pretrained model loading

Status

Ready

Types of changes

  • Non-breaking change (fix or new feature that would not break existing functionality).
  • Breaking change (fix or new feature that would cause existing functionality to change).
  • New tests added to cover the changes.
  • In-line docstrings updated.
  • Source for documentation at docs manually updated for new API.

@github-actions github-actions bot added this to In progress in v0.1.0 Nov 15, 2021
@xianyuanliu xianyuanliu added the bug Something isn't working label Nov 15, 2021
@codecov-commenter
Copy link

codecov-commenter commented Nov 15, 2021

Codecov Report

Merging #256 (de80a94) into main (c0df23c) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #256   +/-   ##
=======================================
  Coverage   92.94%   92.94%           
=======================================
  Files          45       45           
  Lines        4608     4608           
=======================================
  Hits         4283     4283           
  Misses        325      325           
Impacted Files Coverage Δ
kale/embed/video_i3d.py 90.32% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c0df23c...de80a94. Read the comment docs.

@haipinglu haipinglu merged commit 11f833d into main Nov 15, 2021
v0.1.0 automation moved this from In progress to Done Nov 15, 2021
@haipinglu haipinglu deleted the update-to-pytorch1.10 branch November 15, 2021 16:01
@shuo-zhou shuo-zhou restored the update-to-pytorch1.10 branch November 15, 2021 16:16
@github-actions github-actions bot mentioned this pull request Apr 12, 2022
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
No open projects
v0.1.0
  
Done
Development

Successfully merging this pull request may close these issues.

[Bug] Digits DA example failed, likely due to updates
4 participants