This repository was archived by the owner on Jul 1, 2024. It is now read-only.
use nightly torchvision 0.5.0#65
Closed
stephenyan1231 wants to merge 1 commit into
Closed
Conversation
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D17964239 |
Summary: Pull Request resolved: facebookresearch/ClassyVision#65 The latest torchvision version `0.5.0` is recently uploaded to nightly page, and supports all linux, osx and win platforms. Upgrade ClassyVision to use nightly version and get access to many new features that are needed for video classification. Reviewed By: vreis Differential Revision: D17964239 fbshipit-source-id: 9fa4e9efebba9e876c5b624050dd78be31aa43bc
645d3f2 to
d861305
Compare
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D17964239 |
Contributor
|
This pull request has been merged in 43b488f. |
aadcock
pushed a commit
to aadcock/ClassyVision-2
that referenced
this pull request
Feb 28, 2020
Summary: Pull Request resolved: fairinternal/ClassyVision#65 Differential Revision: D20140487 fbshipit-source-id: 8205615f6a5521002e3f48a4ac8ac22f945ef553
facebook-github-bot
pushed a commit
that referenced
this pull request
Mar 2, 2020
Summary: Pull Request resolved: fairinternal/ClassyVision#65 Make the bn weight decay configurable, for some datasets it might be desirable to turn it off. Reviewed By: vreis Differential Revision: D20140487 fbshipit-source-id: b1de0b379d63331e81b2b9b1a413d08aa0b08a2c
facebook-github-bot
pushed a commit
that referenced
this pull request
Mar 2, 2020
Summary: Pull Request resolved: fairinternal/ClassyVision#65 Make the bn weight decay configurable, for some datasets it might be desirable to turn it off. Reviewed By: vreis Differential Revision: D20140487 fbshipit-source-id: 77debf2c4600a080081668565d70b7a3ddc788f4
vaibhava0
pushed a commit
to vaibhava0/ClassyVision
that referenced
this pull request
Jan 19, 2021
Summary: Pull Request resolved: fairinternal/ClassyVision#65 Make the bn weight decay configurable, for some datasets it might be desirable to turn it off. Reviewed By: vreis Differential Revision: D20140487 fbshipit-source-id: b1de0b379d63331e81b2b9b1a413d08aa0b08a2c
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary:
The latest torchvision version
0.5.0is recently uploaded to nightly page, and supports all linux, osx and win platforms.Upgrade ClassyVision to use nightly version and get access to many new features that are needed for video classification.
Reviewed By: vreis
Differential Revision: D17964239