Thanks to visit codestin.com
Credit goes to github.com
Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
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
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
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
/
Sign in
Sign up
Appearance settings
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 }}
sourcecode369
/
EfficientNet-PyTorch
Public
forked from
lukemelas/EfficientNet-PyTorch
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 26, 2020
Merge pull request #1 from lukemelas/master
Show description for 8764157
sourcecode369
authored
8764157
View commit details
Copy full SHA for 8764157
Browse repository at this point
Commits on Jun 23, 2020
Updated version
lukemelas
committed
83c4648
View commit details
Copy full SHA for 83c4648
Browse repository at this point
Merge pull request #101 from vfdev-5/patch-1
Show description for 4d63a1f
lukemelas
authored
4d63a1f
View commit details
Copy full SHA for 4d63a1f
Browse repository at this point
Merge pull request #164 from Ryo-F/fix_image_size
Show description for 15815da
lukemelas
authored
15815da
View commit details
Copy full SHA for 15815da
Browse repository at this point
Merge pull request #194 from otherman16/master
Show description for bc32aa1
lukemelas
authored
bc32aa1
View commit details
Copy full SHA for bc32aa1
Browse repository at this point
Merge pull request #180 from chsasank/master
Show description for 00503a6
lukemelas
authored
00503a6
View commit details
Copy full SHA for 00503a6
Browse repository at this point
Commits on Jun 19, 2020
Method 'forward_endpoints' (and test) was added to obtain intermediate features with reduction levels [1, 2, 3, 4, 5] as in iriginal TF repo.
Aleksey Kobylin
committed
686c38a
View commit details
Copy full SHA for 686c38a
Browse repository at this point
Commits on Jun 12, 2020
Merge pull request #191 from leopd/homepage-url-fix-190
Show description for 6744c9c
lukemelas
authored
6744c9c
View commit details
Copy full SHA for 6744c9c
Browse repository at this point
Commits on Jun 9, 2020
Change URL of homepage in pypi metadata. Fixes lukemelas/EfficientNet-PyTorch#190
robotrapta
committed
c92e619
View commit details
Copy full SHA for c92e619
Browse repository at this point
Commits on May 14, 2020
Update README.md
lukemelas
authored
736fcb1
View commit details
Copy full SHA for 736fcb1
Browse repository at this point
Merge pull request #183 from workingcoder/master
Show description for 6ae33e1
lukemelas
authored
6ae33e1
View commit details
Copy full SHA for 6ae33e1
Browse repository at this point
Update utils.py
lukemelas
authored
3a35183
View commit details
Copy full SHA for 3a35183
Browse repository at this point
Update model.py
lukemelas
authored
f1379c9
View commit details
Copy full SHA for f1379c9
Browse repository at this point
Make some adjustments and add some comments
Show description for 8bd2943
workingcoder
authored
8bd2943
View commit details
Copy full SHA for 8bd2943
Browse repository at this point
Make some adjustments and add some comments
Show description for 4178646
workingcoder
authored
4178646
View commit details
Copy full SHA for 4178646
Browse repository at this point
Commits on May 7, 2020
Merge branch 'master' of github.com:chsasank/EfficientNet-PyTorch
chsasank
committed
023c00a
View commit details
Copy full SHA for 023c00a
Browse repository at this point
hubconf documentation
chsasank
committed
0088b7e
View commit details
Copy full SHA for 0088b7e
Browse repository at this point
Merge pull request #178 from chsasank/master
Show description for 3a91732
lukemelas
authored
3a91732
View commit details
Copy full SHA for 3a91732
Browse repository at this point
Merge branch 'master' into master
lukemelas
authored
427ec38
View commit details
Copy full SHA for 427ec38
Browse repository at this point
Update utils.py
lukemelas
authored
87b35b5
View commit details
Copy full SHA for 87b35b5
Browse repository at this point
Merge pull request #179 from lukemelas/static_padding
Show description for bedba06
lukemelas
authored
bedba06
View commit details
Copy full SHA for bedba06
Browse repository at this point
Cleaned up merge
lukemelas
committed
c90e803
View commit details
Copy full SHA for c90e803
Browse repository at this point
Updated image_size
lukemelas
committed
6e133fe
View commit details
Copy full SHA for 6e133fe
Browse repository at this point
Debug
lukemelas
committed
4cb6e4b
View commit details
Copy full SHA for 4cb6e4b
Browse repository at this point
Commits on May 6, 2020
Static padding fix
lukemelas
committed
ac65572
View commit details
Copy full SHA for ac65572
Browse repository at this point
make locals trick work
chsasank
committed
beccfb2
View commit details
Copy full SHA for beccfb2
Browse repository at this point
not return bug fix
chsasank
committed
fd7f304
View commit details
Copy full SHA for fd7f304
Browse repository at this point
Add hubconf
chsasank
committed
24a06c1
View commit details
Copy full SHA for 24a06c1
Browse repository at this point
Commits on Apr 5, 2020
[fix] args.image_size
Ryo-F
committed
19d0ef4
View commit details
Copy full SHA for 19d0ef4
Browse repository at this point
Commits on Mar 1, 2020
Updated pretrained model urls
lukemelas
committed
d8481a5
View commit details
Copy full SHA for d8481a5
Browse repository at this point
Updated pretrained weight urls
lukemelas
committed
e047e4e
View commit details
Copy full SHA for e047e4e
Browse repository at this point
Commits on Jan 24, 2020
Merge pull request #137 from lukemelas/advprop
Show description for f8d1eb4
lukemelas
authored
f8d1eb4
View commit details
Copy full SHA for f8d1eb4
Browse repository at this point
Changed map name back to url_map
lukemelas
committed
53dbbe5
View commit details
Copy full SHA for 53dbbe5
Browse repository at this point
Incremeneted version
lukemelas
committed
a2527e6
View commit details
Copy full SHA for a2527e6
Browse repository at this point
Merge pull request #134 from lukemelas/advprop
Show description for 50b0de9
lukemelas
authored
50b0de9
View commit details
Copy full SHA for 50b0de9
Browse repository at this point
Previous
Next
You can’t perform that action at this time.