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

Conversation

JKSenthil
Copy link
Contributor

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

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
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D61876717

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants