Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
XavierLinNow
/
vision
Public
forked from
pytorch/vision
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
0
Wiki
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Apr 21, 2017
change resnet Avgpool2d to Adaptive_AvgPool_2d
XavierLinNow
committed
90b8528
Copy full SHA for 90b8528
Commits on Apr 17, 2017
add test for Scale size list
soumith
committed
323f529
Copy full SHA for 323f529
Commits on Apr 10, 2017
Fix inception v3 input transform (#144)
Show description for efd1bfe
lopuhin
authored and
soumith
committed
efd1bfe
Copy full SHA for efd1bfe
Commits on Apr 7, 2017
Add pad_value argument to make_grid and save_image (#142)
Show description for 3549aef
DmitryUlyanov
authored and
fmassa
committed
3549aef
Copy full SHA for 3549aef
Commits on Apr 6, 2017
Add support for Transforms.Scale([w, h]) with specific width and height (#133)
Show description for f6d49d8
yanghuanflc
authored and
fmassa
committed
f6d49d8
Copy full SHA for f6d49d8
Commits on Apr 2, 2017
Remove long from make_grid
apaszke
committed
de5dcb9
Copy full SHA for de5dcb9
Commits on Apr 1, 2017
Typo (#139)
Show description for 97871cd
FuriouslyCurious
authored and
soumith
committed
97871cd
Copy full SHA for 97871cd
Commits on Mar 29, 2017
version bump
soumith
committed
f4c1715
Copy full SHA for f4c1715
enable directo access to SVHN in readme (#134)
edgarriba
authored and
soumith
committed
1afec31
Copy full SHA for 1afec31
Commits on Mar 28, 2017
Fixed border missing on bottom and right side using make_grid (#129)
yanghuanflc
authored and
soumith
committed
0e8d422
Copy full SHA for 0e8d422
Add num_classes (#128)
karandwivedi42
authored and
soumith
committed
1f085a0
Copy full SHA for 1f085a0
Commits on Mar 27, 2017
Change division style to prevent error in python3 (#127)
Show description for 74d04d2
orashi
authored and
soumith
committed
74d04d2
Copy full SHA for 74d04d2
Commits on Mar 23, 2017
Make clearer about nrow parameter in make_grid (#123)
DmitryUlyanov
authored and
soumith
committed
8f6b9df
Copy full SHA for 8f6b9df
fixed linter complaints
bodokaiser
authored and
soumith
committed
510f095
Copy full SHA for 510f095
added copy=False to np.array constructor
bodokaiser
authored and
soumith
committed
6d2423c
Copy full SHA for 6d2423c
updated ToTensor to support more types
bodokaiser
authored and
soumith
committed
991bad2
Copy full SHA for 991bad2
added support for signed ints, removed support for unsigned
bodokaiser
authored and
soumith
committed
6cbb22b
Copy full SHA for 6cbb22b
added line after class definition to fix lint error
bodokaiser
authored and
soumith
committed
c1a835f
Copy full SHA for c1a835f
updated transforms.ToPILImage, see #105
bodokaiser
authored and
soumith
committed
f954ea4
Copy full SHA for f954ea4
Add densenet models (#116)
gpleiss
authored and
soumith
committed
831ba8c
Copy full SHA for 831ba8c
Apply clamping in save_image (#121)
Show description for e65925d
ntomita
authored and
soumith
committed
e65925d
Copy full SHA for e65925d
lsun test classes fix
soumith
committed
1b9304c
Copy full SHA for 1b9304c
Revert "clipping values, and replacing transposes with permute"
Show description for d8cb7f0
ntomita
authored and
soumith
committed
d8cb7f0
Copy full SHA for d8cb7f0
clipping values, and replacing transposes with permute
Show description for 2f579d5
ntomita
authored and
soumith
committed
2f579d5
Copy full SHA for 2f579d5
Commits on Mar 18, 2017
remove requirements.txt
soumith
committed
7a97528
Copy full SHA for 7a97528
document normalization for pre-trained models
soumith
committed
60d6e5a
Copy full SHA for 60d6e5a
refactored phototour to use utils
soumith
committed
b13bac5
Copy full SHA for b13bac5
refactor svhn to use common utils
soumith
committed
32460f5
Copy full SHA for 32460f5
refactor download and md5-checking utilities
soumith
committed
00ce2d0
Copy full SHA for 00ce2d0
add Photoour dataset
edgarriba
authored and
soumith
committed
c7a39ba
Copy full SHA for c7a39ba
Commits on Mar 17, 2017
add link to SVHN
soumith
authored
c47418f
Copy full SHA for c47418f
fix README formatting to re-render it correctly.
soumith
authored
befc253
Copy full SHA for befc253
Update README.rst (#108)
Show description for 6bfd4d7
uridah
authored and
soumith
committed
6bfd4d7
Copy full SHA for 6bfd4d7
Commits on Mar 16, 2017
SVHN dataset for torchvision (#98)
uridah
authored and
soumith
committed
23e0d65
Copy full SHA for 23e0d65
add range to make_grid (#99)
soumith
authored
c4f4c73
Copy full SHA for c4f4c73
Pagination
Previous
Next
You can’t perform that action at this time.