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
Accelerator
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 }}
mbahmani
/
keras
Public
forked from
keras-team/keras
Notifications
You must be signed in to change notification settings
Fork
0
Star
3
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Aug 30, 2018
[P] Expose monitor value getter for easier subclass (#11002)
joelthchao
authored and
fchollet
committed
8e8f989
View commit details
Copy full SHA for 8e8f989
Browse repository at this point
[RELNOTES] Added the mode "bilinear" in the upscaling2D layer. (#10994)
Show description for cc3521e
gabrieldemarmiesse
authored and
fchollet
committed
cc3521e
View commit details
Copy full SHA for cc3521e
Browse repository at this point
Commits on Aug 29, 2018
Separate pooling test from convolutional test and parameterize test case (#10975)
joelthchao
authored and
fchollet
committed
4c01596
View commit details
Copy full SHA for 4c01596
Browse repository at this point
Commits on Aug 28, 2018
Fix issue with non-canonical TF version name format.
fchollet
committed
f6ed1c8
View commit details
Copy full SHA for f6ed1c8
Browse repository at this point
Allow TB callback to display float values.
fchollet
committed
4562b64
View commit details
Copy full SHA for 4562b64
Browse repository at this point
Conv1D and Conv3D supporting dilated conv for CNTK backend (#10997)
Show description for f06c7e4
yanboliang
authored and
fchollet
committed
f06c7e4
View commit details
Copy full SHA for f06c7e4
Browse repository at this point
Merge branch 'master' of github.com:fchollet/keras
fchollet
committed
e5bc615
View commit details
Copy full SHA for e5bc615
Browse repository at this point
Reduce test flakyness.
fchollet
committed
1b2ac89
View commit details
Copy full SHA for 1b2ac89
Browse repository at this point
Made a base class for ZeroPadding. (#10984)
Show description for 72e326d
gabrieldemarmiesse
authored and
fchollet
committed
72e326d
View commit details
Copy full SHA for 72e326d
Browse repository at this point
Remove unnecessary pytest timeout
fchollet
committed
4f110b6
View commit details
Copy full SHA for 4f110b6
Browse repository at this point
Update causal Conv1D doc : uses zero padding #8751 (#10999)
Show description for 4e4e57d
BertrandDechoux
authored and
fchollet
committed
4e4e57d
View commit details
Copy full SHA for 4e4e57d
Browse repository at this point
Convolutional layer supports float64 dtype after tensorflow 1.8.0 (#10977)
Show description for 7a195b6
joelthchao
authored and
fchollet
committed
7a195b6
View commit details
Copy full SHA for 7a195b6
Browse repository at this point
Speed up random_normal backend test.
fchollet
committed
e40ffd2
View commit details
Copy full SHA for e40ffd2
Browse repository at this point
Trying to find a clue about the flaky test of (#10995)
Show description for c6beaa5
gabrieldemarmiesse
authored and
fchollet
committed
c6beaa5
View commit details
Copy full SHA for c6beaa5
Browse repository at this point
Speed up backend tests (#10992)
taehoonlee
authored and
fchollet
committed
be6d829
View commit details
Copy full SHA for be6d829
Browse repository at this point
Used "pip install cntk" to simplify the installation of CNTK. (#11011)
Show description for 785d6e3
gabrieldemarmiesse
authored and
fchollet
committed
785d6e3
View commit details
Copy full SHA for 785d6e3
Browse repository at this point
Commits on Aug 27, 2018
ignore PEP8 W503 (#10976)
joelthchao
authored and
fchollet
committed
ff87f16
View commit details
Copy full SHA for ff87f16
Browse repository at this point
Fix broken links in FAQ (#11010)
JamesHinshelwood
authored and
fchollet
committed
028c47d
View commit details
Copy full SHA for 028c47d
Browse repository at this point
Commits on Aug 25, 2018
Moved the preprocessing tests into the integration directory. (#10963)
Show description for 4bcb8c9
gabrieldemarmiesse
authored and
fchollet
committed
4bcb8c9
View commit details
Copy full SHA for 4bcb8c9
Browse repository at this point
Added travis_retry for commands which often fail. (#10980)
gabrieldemarmiesse
authored and
fchollet
committed
12d5732
View commit details
Copy full SHA for 12d5732
Browse repository at this point
Enable examples pep8 (#10968)
Show description for 96c3c19
kouml
authored and
fchollet
committed
96c3c19
View commit details
Copy full SHA for 96c3c19
Browse repository at this point
Added a if-else which was forgotten in the tests. (#10986)
gabrieldemarmiesse
authored and
taehoonlee
committed
09a984b
View commit details
Copy full SHA for 09a984b
Browse repository at this point
Created a dummy 'variable' function in the numpy backend to replace the `BACKEND` variable. (#10972)
Show description for 1a2290a
gabrieldemarmiesse
authored and
taehoonlee
committed
1a2290a
View commit details
Copy full SHA for 1a2290a
Browse repository at this point
Commits on Aug 23, 2018
Generators now use same logic as Sequence (#10925)
Show description for 23bdd4d
Frédéric Branchaud-Charron
authored and
fchollet
committed
23bdd4d
View commit details
Copy full SHA for 23bdd4d
Browse repository at this point
Fix dilated convolution for CNTK backend. (#10967)
yanboliang
authored and
fchollet
committed
d88f200
View commit details
Copy full SHA for d88f200
Browse repository at this point
Speed up backend tests (#10956)
Show description for eb8b70a
taehoonlee
authored and
fchollet
committed
eb8b70a
View commit details
Copy full SHA for eb8b70a
Browse repository at this point
Removed duplicated backend test. (#10959)
gabrieldemarmiesse
authored and
fchollet
committed
d8796e0
View commit details
Copy full SHA for d8796e0
Browse repository at this point
[P] add data_format support for Pooling1D layers (#10966)
hsgkim
authored and
fchollet
committed
57fba26
View commit details
Copy full SHA for 57fba26
Browse repository at this point
Commits on Aug 22, 2018
Enable NASNetMobile in integration_tests for Theano and CNTK (#10962)
taehoonlee
authored and
fchollet
committed
1788a0a
View commit details
Copy full SHA for 1788a0a
Browse repository at this point
Style fixes for enabling PEP8 501 (#10957)
taehoonlee
authored and
fchollet
committed
79a48bd
View commit details
Copy full SHA for 79a48bd
Browse repository at this point
Added in the documentation an example of custom layer with multiple inputs and outputs. (#10939)
Show description for 38ce465
gabrieldemarmiesse
authored and
fchollet
committed
38ce465
View commit details
Copy full SHA for 38ce465
Browse repository at this point
Removed redundant tests in the backends. (#10953)
gabrieldemarmiesse
authored and
taehoonlee
committed
c60f1e1
View commit details
Copy full SHA for c60f1e1
Browse repository at this point
Integration with redesigned preprocessing & applications modules. (#10952)
Show description for 6d30ab7
fchollet
authored
6d30ab7
View commit details
Copy full SHA for 6d30ab7
Browse repository at this point
Commits on Aug 21, 2018
Refactoring: Made an abstract class for all the cropping layers. (#10888)
Show description for 23c40e6
gabrieldemarmiesse
authored and
fchollet
committed
23c40e6
View commit details
Copy full SHA for 23c40e6
Browse repository at this point
Fix val_step in fit_generator with Sequence (#10946)
Show description for 6746bda
Frédéric Branchaud-Charron
authored and
fchollet
committed
6746bda
View commit details
Copy full SHA for 6746bda
Browse repository at this point
Previous
Next
You can’t perform that action at this time.