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

remove torchvision dependency #887

Closed
wants to merge 1 commit into from

Commits on Aug 27, 2024

  1. remove torchvision dependency

    Summary:
    # Context
    OSS TorchTNT has had dev-dependency on torchvision for awhile now, required to run tests in our ModuleSummary + FLOP utilities. It's purpose was to import some pretrained vision models for us in those test.
    
    We remove torchvision to cleanup dependencies and unblock some oss tests
    
    # This Diff
    Removes dev dependency on torchvision, and augments/deletes tests which required it
    
    Differential Revision: D61876717
    JKSenthil authored and facebook-github-bot committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    1f111d1 View commit details
    Browse the repository at this point in the history