Skip to content

Commit

Permalink
Merge branch 'keras-team:main' into memory
Browse files Browse the repository at this point in the history
  • Loading branch information
qlzh727 authored Sep 18, 2023
2 parents 7f5926c + f38e2e6 commit 95498c0
Show file tree
Hide file tree
Showing 33 changed files with 1,329 additions and 168 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
pull_request:
release:
types: [created]

permissions:
contents: read

jobs:
build:
strategy:
Expand Down Expand Up @@ -55,8 +59,9 @@ jobs:
uses: codecov/codecov-action@v3
with:
env_vars: PYTHON,KERAS_BACKEND
flags: keras_core.applications
flags: keras_core.applications,keras_core.applications-${{ matrix.backend }}
files: apps-coverage.xml
fail_ci_if_error: true
- name: Test with pytest
run: |
pytest keras_core --ignore keras_core/applications --cov=keras_core
Expand All @@ -65,8 +70,9 @@ jobs:
uses: codecov/codecov-action@v3
with:
env_vars: PYTHON,KERAS_BACKEND
flags: keras_core
flags: keras_core,keras_core-${{ matrix.backend }}
files: core-coverage.xml
fail_ci_if_error: true

format:
name: Check the code format
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[![](https://github.com/keras-team/keras-core/workflows/Tests/badge.svg?branch=main)](https://github.com/keras-team/keras-core/actions?query=workflow%3ATests+branch%3Amain)
[![](https://codecov.io/gh/keras-team/keras-core/branch/main/graph/badge.svg)](https://codecov.io/gh/keras-team/keras-core)
[![](https://badge.fury.io/py/keras-core.svg)](https://badge.fury.io/py/keras-core)

# Keras Core: A new multi-backend Keras
Expand Down
Loading

0 comments on commit 95498c0

Please sign in to comment.