File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # This CITATION.cff file was generated with cffinit.
2+ # Visit https://bit.ly/cffinit to generate yours today!
3+
4+ cff-version : 1.2.0
5+ title : PaddleScience
6+ message : >-
7+ If you use this repository, please cite it using the metadata from this file.
8+ type : software
9+ authors :
10+ - given-names : PaddleScience Authors
11+ repository-code : " https://github.com/PaddlePaddle/PaddleScience"
12+ repository : " https://github.com/PaddlePaddle/PaddleScience"
13+ keywords :
14+ - machine-learning
15+ - deep-learning
16+ - supervised-learning
17+ - paddlepaddle
18+ - self-supervised-learning
19+ - ai4science
20+ - operator-learning
21+ license : Apache-2.0
Original file line number Diff line number Diff line change @@ -265,7 +265,7 @@ PaddleScience 提供了多种第三方库供用户在开发时使用,这些库
265265 cd PaddleScience
266266 git submodule update --init ppsci/externals/paddle_scatter
267267 # install from source(recommended)
268- python -m pip install -e ppsci/externals/paddle_scatter
268+ python -m pip install ppsci/externals/paddle_scatter
269269 ` ` `
270270
271271 === " paddle_sparse"
@@ -274,7 +274,7 @@ PaddleScience 提供了多种第三方库供用户在开发时使用,这些库
274274 cd PaddleScience
275275 git submodule update --init ppsci/externals/paddle_sparse
276276 # install from source(recommended)
277- python -m pip install -e ppsci/externals/paddle_sparse
277+ python -m pip install ppsci/externals/paddle_sparse
278278 ` ` `
279279
280280 === " tensorly"
You can’t perform that action at this time.
0 commit comments