Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
68 contributions in the last year
Contribution activity
October 2020
Created an issue in pytorch/vision that received 5 comments
Mismatch in build_vision.sh environment variables
The if-statement is checking TORCHVISION_BUILD_VERSION but the body uses PYTORCH_BUILD_VERSION. Same issue with BUILD_NUMBER.
vision/packaging/c…