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

docs: document PyTorch backend #3193

Merged
merged 2 commits into from
Jan 29, 2024
Merged

Conversation

njzjz
Copy link
Member

@njzjz njzjz commented Jan 28, 2024

Fix #3121.

There are TODOs:
(1) PyTorch-backend specific features and arguments;
(2) Python interface installation. Currently, the TensorFlow backend is always installed, and I am considering rewriting the logic;
(3) Unsupported features - write docs when implemented.

Fix deepmodeling#3121.

There are TODOs:
(1) PyTorch-backend specific features and arguments;
(2) Python interface installation. Currently TensorFlow backend is always installed, and I am considering rewrite the logic;
(3) Unsupported features - write docs when implemented.

Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
@njzjz njzjz linked an issue Jan 28, 2024 that may be closed by this pull request
@github-actions github-actions bot added the Docs label Jan 28, 2024
Copy link

codecov bot commented Jan 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (3e4715f) 74.27% compared to head (54ff51c) 74.15%.
Report is 6 commits behind head on devel.

Additional details and impacted files
@@            Coverage Diff             @@
##            devel    #3193      +/-   ##
==========================================
- Coverage   74.27%   74.15%   -0.13%     
==========================================
  Files         343      343              
  Lines       31629    31612      -17     
  Branches     1592     1592              
==========================================
- Hits        23494    23443      -51     
- Misses       7210     7244      +34     
  Partials      925      925              

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

Copy link
Collaborator

@anyangml anyangml left a comment

Choose a reason for hiding this comment

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

LGTM, except the rendering issue.

Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
@wanghan-iapcm wanghan-iapcm merged commit 8eadd3e into deepmodeling:devel Jan 29, 2024
45 checks passed
@njzjz njzjz mentioned this pull request Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature Request] Documentation for multiple backends
3 participants