Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a note in README.md regarding pre-import of backend #863

Merged
merged 1 commit into from
Sep 11, 2023

Conversation

SuryanarayanaY
Copy link
Contributor

With keras_core users has to import the backend first before importing keras_core. It has to be documented in README.md for better visibility and reach to the community.

Fixes #833

With keras_core users has to import the backend first before importing keras_core. It has to be documented in README.md for better visibility and reach to the community.
@codecov
Copy link

codecov bot commented Sep 11, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (4b7ede4) 76.21% compared to head (e72b90f) 76.21%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #863   +/-   ##
=======================================
  Coverage   76.21%   76.21%           
=======================================
  Files         329      329           
  Lines       31270    31270           
  Branches     6083     6083           
=======================================
  Hits        23833    23833           
  Misses       5844     5844           
  Partials     1593     1593           
Flag Coverage Δ
keras_core 76.12% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@fchollet fchollet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks

@fchollet fchollet merged commit 5404dfe into main Sep 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve Documentation on KERAS_BACKEND
2 participants