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

Improved docs to bring in clarity. #19710

Merged
merged 2 commits into from
May 11, 2024
Merged

Conversation

abhaskumarsinha
Copy link
Contributor

The PR consists of a tiny addition in docs to let the user know that TorchModuleWrapper, as the name sounds is not a Wrapper to Wrap any arbitrary code into Keras with any backend, but rather a different feature enabling integration of PyTorch custom layers to Keras when running PyTorch backends.

I'll try to write basic wrappers for actual code conversion if that is possible and try checking the extent by which complex models can be easily integrated into Keras, being backend invariant.

Thank You.

@codecov-commenter
Copy link

codecov-commenter commented May 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.52%. Comparing base (fe85879) to head (b947a6f).

Additional details and impacted files
@@           Coverage Diff           @@
##           master   #19710   +/-   ##
=======================================
  Coverage   78.52%   78.52%           
=======================================
  Files         498      498           
  Lines       45769    45769           
  Branches     8456     8456           
=======================================
  Hits        35942    35942           
  Misses       8092     8092           
  Partials     1735     1735           
Flag Coverage Δ
keras 78.37% <ø> (ø)
keras-jax 61.94% <ø> (ø)
keras-numpy 56.29% <ø> (-0.01%) ⬇️
keras-tensorflow 63.42% <ø> (ø)
keras-torch 62.00% <ø> (ø)

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.

@google-ml-butler google-ml-butler bot added kokoro:force-run ready to pull Ready to be merged into the codebase labels May 11, 2024
@fchollet fchollet merged commit 6875599 into keras-team:master May 11, 2024
6 checks passed
@google-ml-butler google-ml-butler bot removed ready to pull Ready to be merged into the codebase kokoro:force-run labels May 11, 2024
@gbaned gbaned added this to Assigned Reviewer in PR Queue via automation May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
PR Queue
Assigned Reviewer
Development

Successfully merging this pull request may close these issues.

None yet

4 participants